★ 7stars
3forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/vralle/vralle-lazyload/archive/refs/heads/master.zipDeclares an update source (https://github.com/vralle/vralle-lazyload.git), so updates arrive through the plugin's own updater.
From the readme
vralle.lazyload
Brings lazySizes.js to WordPress.
This is not only a lazy loading plugin, but also an image tag parser for WordPress. The plugin uses fast and safe image attribute processing. Supports responsive images.
- Contributors: V.Ralle
- Tags: media, images, lazyload, performance, speed
- Requires at least: 4.9
- Tested up to: 5.7.0
- Requires PHP: 7.1
- Stable tag: master
- License: GPL 2.0 or later
Why?
- Very fast and secure code parsing
- Flexible for developers
- Easy to use
Implemented:
- Lazy loading images;
- Supports avatars;
- Supports responsive images with srcset attribute;
- Lazy loading iframe;
- Admin settings page;
- Additional lazySizes.js extensions;
- Supports native lazy loading of images (lazysizes.js plugin);
- Support for responsive images in older browsers, like IE 10, 11 (picturefill.js);
- Compatible with AMP plugin (amp-wp);
Installation
Manual installation
1. Upload the entire vralle-lazyload folder to the /wp-content/plugins/ directory.
2. Visit Plugins.
3. Activate the vralle.lazyload plugin.
Automatic update
1. Install github-updater by downloading the latest zip here. We rely on this plugin for updatin