How to speed up your blog loading with lazy load script? Speed is very important for blog loading to attract more visitors to your blog. If your loading blog is too long (slow) and takes too long to load, it can make a lot of lazy visitors that not like your blog. Here are some tips and tricks that will help your blog load faster and attract more users.
Here's How to Speed up Loading Blog:
Here's How to Speed up Loading Blog:
Click the Design >> Edit HTML >> Then Check the Expand Widget Templates.
Search this Code </ head> Use Crtl + F to simplify the code search
Copy the code above this code </ head>
Search this Code </ head> Use Crtl + F to simplify the code search
Copy the code above this code </ head>
<script charset='utf-8'
src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js'
type='text/javascript'/> <script
src='http://cuerosb.googlecode.com/files/cueros%20-lazyload.js'
type='text/javascript'/> <script charset='utf-8'
type='text/javascript'> $(function() {
$("img").lazyload({placeholder :
"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRL1lsHctYUA_mef4-XXHK7NTLmt0kfCDsN1cQ-Fsxs3CZNtNSRWFzwG_2Kxy8S4kfO13mGm9PMyMfo5L-yxfRiWT16wCDnTIPIVLvafnAHaejK3hGR0CUwW2KyHbBQ3kQiNvVAfOorSE/",threshold
: 200}); }); </script>
And save your template.
0 Comment:
Post a Comment
Please comment here, do not be shy and feel free to leave comment here. Devote all your opinion. But don't spam.