Hi everyone
in my website, created with joomla, I installed wbAMP plugin + jch optimize plugin.
In the "non-AMP" part of the site, I inserted the images as follows:
[code type="markup"]<img class = "b-lazy" src = date: image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
data-src = "/path/to/image.png" alt = "Description" />[/code]
The b-lazy class is associated with a javascript inserted in the index.php file of the template.
I didn't install any lazy load images plugins for Joomla!
When I view the AMP pages, the images are not displayed.
The images are seen only for the non-AMP site
Is there a solution?
Thank you so much
in my website, created with joomla, I installed wbAMP plugin + jch optimize plugin.
In the "non-AMP" part of the site, I inserted the images as follows:
[code type="markup"]<img class = "b-lazy" src = date: image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
data-src = "/path/to/image.png" alt = "Description" />[/code]
The b-lazy class is associated with a javascript inserted in the index.php file of the template.
I didn't install any lazy load images plugins for Joomla!
When I view the AMP pages, the images are not displayed.
The images are seen only for the non-AMP site
Is there a solution?
Thank you so much