jekyll-loading-lazy
๐ง๐ฝโโ๏ธ Automatically adds loading="lazy" to <img> and <iframe> tags. Load images on your sites lazily without JavaScript.
File Explorer
Download Latest Version (.zip)- gempush.yml
- ruby.yml
- FUNDING.yml
- version.rb
- jekyll-loading-lazy.rb
- document-with-include.md
- document-with-liquid-tag.md
- include.html
- default.html
- 2018-05-22-post-with-multiple-markdown-images.md
- 2020-04-16-post-with-iframe.md
- 2020-04-16-post-with-img.md
- 2020-04-16-post-with-loading-iframe.md
- 2020-04-16-post-with-loading-img.md
- _config.yml
- index.md
- nothing.html
- jekyll-loading_spec.rb
- spec_helper.rb
- .gitignore
- .rspec
- .rubocop.yml
- Gemfile
- Gemfile.lock
- jekyll-loading-lazy.gemspec
- LICENSE.md
- Rakefile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/gildesmarais/jekyll-loading-lazy
Downloads the entire project code from GitHub to your computer.
cd jekyll-loading-lazy
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
bundle
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
