Comment
20-05-2021
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello,
If you want to replace the complete <picture> tag then create a <section> or <div> tag as a wrapper around the <picture> tag and associate with unique id to.
Now, you can replace the entire <picture> tag inside that wrapper tag by targeting through the id given in wrapper tag.
I hope it helps.