How can I speed up my blog on Blogger?
This is a little about Lazy Load:
Lazy loading is the approach of waiting to load resources until they are needed, rather than loading them in advance. This can improve performance by reducing the amount of resources that need to be loaded and parsed on initial page load.
Images that are offscreen during the initial pageload are ideal candidates for this technique. Best of all, lazysizes makes this a very simple strategy to implement.
Add the lazysizes script to the page
- Click Remix to Edit to make the project editable.
lazysizes.min.js has already been downloaded and added to this Glitch. To include it in the page:- Add the following
<script>tag toindex.html:
<script src="lazysizes.min.js" async></script>
<!-- Images End -->
</body>QUESTION:
1. What does this mean?
- Click Remix to Edit to make the project editable.
lazysizes.min.js has already been downloaded and added to this Glitch.2. Do you add
-
<script>tag toindex.html:
<script src="lazysizes.min.js" async></script> after each image or do you add it ito your blog one time?
How to Add Lazy Loading in Blogger?
- Lazy Loading is a pattern commonly used to make a webpage load faster by loading the images and videos, after the full webpage is loaded. ...
- At first, you need to go to the Blogger dashboard i.e. Blogger.com.
- Go to the Themes Section and Click Edit HTML Button.
Click Hiewe--
Link TAB YES LINK

0 Comments