Hello:
I read a thread about the script "lazyload" but I didn't understand hot to properly enable it… There is "jquery.lazyload.js" file inside js folder so I added the next line between the of "index.php" from my theme.
<script type='text/javascript'>
$(function() {
$("img").lazyload({
effect : "fadeIn",
});
});
</script>
But seems like it doing nothing… What I can do to enable this useful script?
Thanks in advance!
h