Plugin Support
Kush
(@kushnamdev)
Hey @fpeco
Thank you for using Optimole and reaching out.
I have checked your site and all the images loads fine on my end. This issue could be caused by duplicate lazy-loading functionality. Please disable other lazy-loading functionalities that you already have (most likely in other caching plugins) and try to check again, images should load properly. Duplicating lazy-loading functionality usually causes such issues with images not loading properly.
Let us know if that helps, thanks!
Thread Starter
fpeco
(@fpeco)
Hi @kushnamdev
Thanks for your kind reply.
As I said it’s random. I got it this morning also : https://zupimages.net/up/23/27/jizh.jpg
If you refresh the page several times, you could see the issue.
Concerning the lazy load, it’s not activate anywhere, just on Optimole.
Hi @fpeco,
I just looked at your portfolio page and dug deeper into the network requests and I think this is what happening for your images:
- When images are loaded at the network level, all images are clear: https://i.imgur.com/OA4cl6b.jpeg
- But the problem lies in the code of your theme/plugin that is being used for the portfolio section. As none of these
img tags specify the image height and width attribute causing improper image size. Which leads to having improper image dimensions being mentioned: https://i.imgur.com/SFOP5HO.jpeg, like width 361 and height 22. On top of this you have lazy load and many JS level animations causing this entire problem.
- Inside this plugin settings > resize section, if you have enabled any advanced settings, try disabling that as well. Screenshot: https://i.imgur.com/cJVYWeC.jpeg
Thread Starter
fpeco
(@fpeco)
Hi @isaumya
Thanks a lot for your clear feedback. I understand much better the issue.
Advanced resize settings are already disabled… 🙁
Maybe there is no solution if the issue comes from the theme as you said ?
Hi @fpeco,
If the Porfilio section is coming from your theme itself then please contact y6our theme dev and ask then to ensure the img tags have proper width and height attribute added to them.
If it is coming from some plugin, then you need to contact the plugin author and ask the same.