Hi Ryan,
I would like to serve to visitors for the same image the two images formats .jpg and .webp
1. Is it ok to use the "Image Manager Extended" and give on "Image URL" the .jpg and on "Responsive URL" the .webp version? Or responsive is only used for different formats of the same .jpg image?
2. Should I use instead the <picture> tag?
Actual code example:
<a href="https://www.joomlacontenteditor.net/images/stories/web/portofino/portofino-1200.webp" class="jcepopup" title="Portofino" data-mediabox="1" data-mediabox-group="portofino"><img src="https://www.joomlacontenteditor.net/images/stories/web/portofino/portofino-350.jpg" alt="Portofino Liguria" width="350" height="233" style="margin: 0px 20px 5px 5px; border: 1px solid #000000; float: left;" /></a>
New code:
<p><a href="https://www.joomlacontenteditor.net/images/stories/web/portofino/portofino-1200.webp" class="jcepopup" title="Portofino" data-mediabox="1" data-mediabox-group="portofino"><img src="https://www.joomlacontenteditor.net/images/stories/web/portofino/portofino-350.jpg" srcset="https://www.joomlacontenteditor.net/images/stories/web/portofino/portofino-350.webp 350w" alt="Portofino Liguria" width="350" height="233" style="margin: 0px 20px 5px 5px; border: 1px solid #000000; float: left;" /></a>
3. other question: I saw that JCE is using the "image url" format without "/" at the path beginning.
Example: the url "/images/..." will be changed to "images/...". Is it correct?
Best regards
Max