I recorded 100 user sessions using Hotjar and i see a lot of cases where the thumbnails do not load, probably because of lazy loading. How can I remove it? I'm having trouble especially on pages like: http://caligrafik.ro/caricaturi-personalizate-la-comanda/. Same problem on some project pages - the images don't load altough they're pretty small as file size.
Hi,
I recorded 100 user sessions using Hotjar and i see a lot of cases where the thumbnails do not load, probably because of lazy loading. How can I remove it? I'm having trouble especially on pages like: http://caligrafik.ro/caricaturi-personalizate-la-comanda/. Same problem on some project pages - the images don't load altough they're pretty small as file size.
Hi Calin,
In order to fully disable image lazy loading add this line of code in functions.php:
This will disable it and hopefully will work fine for you.
Seems to work. Thanks.
Hi Calin,
Glad to hear that :)