Perfect Lazy Loading: Automatically loads the matching imagesize
Does not only lazy loading on your WordPress-Output. It also allows you to define which image-sizes from your template are useable by the javascript to insert that image that fits best to the needed width.
Adjustable in backend
- Define in backend which image-sizes should be used by default
- Define differend images-sizes for each custom-post-type
- Allows to set +/- percent to switch earlier to bigger or smaller images for the depending width for using browser scaling effects
- Has special settings area for WPBbakery page builder plugin
Automatic replacement in frontend
- Should work with every template which is using the native WordPress functions
- Creates small 1x1 pixel thumbnails to use as placeholder before lazyloading the images
- By calculationg the needed width within the content-element it loads the next best fitting image in size for optimal bandwidth useage
1.0.2
Release Date: 12 Oct 2018
- Fixed bug that caused an error if 'sizes' was not set in image object.
1.0.1
Release Date: 09 Oct 2018
- Added icon and banner for plugin repo
- Added screenshots
- Excluded acf specific post types from post type overwrite settings
- Added Text Domain and Domain Path to plugin file
- Updated Readme file
1.0
Release Date: 05 Oct 2018
Initial release