Many users give a positive response after install this code into their blogspot.
It's worth a try .
Here is how .
1. Login to your blogspot
2. Click Layout > Add a Gadget Javascript / HTML
Copy below code and paste inside the add javascript widget
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type='text/javascript' src='https://sites.google.com/site/jquery01/jquery.lazyload.mini.js?ver=1.5.0'></script>
<script type="text/javascript">
jQuery(document).ready(function($){
if (navigator.platform == "iPad") return;
jQuery("img").lazyload({
effect:"fadeIn",
placeholder: "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVzElkQuCjvxhAB17HExpFxC14LTsFpLimSXHHEecEd6H1TIvmDToxuKXNzw5QU-AlBPA9PXw8wmD4-w8ZAP-Jz15AFYFkQeK5b6QbBXjbT6YrPwI8Vh9fK4oiRCV6ALm7DIXZVtpoDi8/s1600/grey.gif"
});
});
</script>

No comments:
Write comments