Comment

Avatar

Community Advisor

20-05-2021

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.