Lazyload doesn't load the above-fold images in IE7.
Hey, I installed lazy load and everything works perfectly everywhere except IE7. In IE7 all the images load properly except the ones above the fold which never load at all. So the first four never load.
My code is petty standard...any thoughts?
JS:
- <script type="text/javascript">$(function() {$("img").lazyload({placeholder : "/img/transparent.gif"});});</script>
HTML Excerpt:
- <img class="gallery-image" original="/uploads/large/110120-125954_DSCF4560JPG.jpg" />