I have browesed through many posts here including this here
Lazy Loading doesnt display my images
but i still have the problem, i do not what could be the reason but the img are not displayed at all.
this is my code
<head>
<script src="jquery.js" type="text/javascript"></script>
<script src="jquery.lazyload.js" type="text/javascript"></script>
<script>
function(){$("img.lazy").show().lazyload();}
</script>
</head>
<img data-original="img/66_Rafael Ginatulin -white GREEN LIFE 001.jpg" width="640" height="480" class="lazy">
<img data-original="img/66_Rafael Ginatulin -white GREEN LIFE 001.jpg" width="640" height="480" class="lazy">
<img data-original="img/66_Rafael Ginatulin -white GREEN LIFE 001.jpg" width="640" height="480" class="lazy">
<img data-original="img/66_Rafael Ginatulin -white GREEN LIFE 001.jpg" width="640" height="480" class="lazy">
<img data-original="img/66_Rafael Ginatulin -white GREEN LIFE 001.jpg" width="640" height="480" class="lazy">
<img data-original="img/66_Rafael Ginatulin -white GREEN LIFE 001.jpg" width="640" height="480" class="lazy">