
- JQuery LazyLoad Script Speeds Up Your Blog and It Very Effectively For Gallery Blogs
- In this Version Of JQuery "LazyLoad" your blog's content will not be covered until all content loaded
- This Version of "LazyLoad" is Different, This Version Speeds Up your Blog By Loading Only Viewed Content Not All Content In Page, For Example, When You Enter Any Blog Using This Version Of "LazyLoad" when you scroll down, you will notice, content is Immediately loaded with Stylish Look
Step One: Navigate to your dashboard >> Design >> Edit HTML
Step Two: Check Expand Widget Templates And Find The Following Code
</body>
Before This Code (Above) Add The Following Code
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js?ver=1.4.2' type='text/javascript'/>
<script src='https://sites.google.com/site/merciblogger/jquery.lazyload.mini.js' type='text/javascript'/>
<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/AVvXsEhNQTdba3b-eoGpt0sV0BxLthDDA-GNKnyY0syY8Qh0F0WcqxCuc7uelRX90HojFWACJHYUC4k4VOmp6gQcrNBeBPI7x3YiFwOG-Do2Ql63HVyrPLeGUFYFas7WSHxaKiG_ZJbjDIVlC9s/"
});
});
</script>
<script src='https://sites.google.com/site/merciblogger/jquery.lazyload.mini.js' type='text/javascript'/>
<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/AVvXsEhNQTdba3b-eoGpt0sV0BxLthDDA-GNKnyY0syY8Qh0F0WcqxCuc7uelRX90HojFWACJHYUC4k4VOmp6gQcrNBeBPI7x3YiFwOG-Do2Ql63HVyrPLeGUFYFas7WSHxaKiG_ZJbjDIVlC9s/"
});
});
</script>