-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Lozad lazy image loading library script to layout template, and activate it on all image tags.\n TODO: write plugin for MarkdownIt to use 'data-src' instead of src automatically to load them lazily, add a <noscript> version of the image with the standard 'src' attribute (since JavaScript will not load the images in this case and we want search engines to crawl the image without JavaScript, and create script that will use the <picture> tag with multiple image sizes and the 'data-src' and 'data-alt' attributes so the images will be loaded based on the screen size for faster performance.
- Loading branch information
1 parent
161f14b
commit aad9601
Showing
6 changed files
with
169 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters