=== Perfect Lazy Loading === Contributors: loremipsumgraz, polarismedia License: GPLv3 License URI: http://www.gnu.org/licenses/gpl.html Tags: SEO, Lazy Loading, autosize Requires at least: 4.8 Tested up to: 4.9.8 Stable tag: 1.0 Requires PHP: 7.0 Improve your pageload time by lazy loading images depending on their needed size. == Description == ### 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 == Installation == === From within WordPress === 1. Visit 'Plugins > Add New' 1. Search for 'Perfect Lazy Loading' 1. Activate Perfect Lazy Loading from your Plugins page. 1. Go to "after activation" below. === Manually === 1. Upload the `perfect-lazy-loading` folder to the `/wp-content/plugins/` directory 1. Activate the Perfect Lazy Loading plugin through the 'Plugins' menu in WordPress 1. Go to "after activation" below. === After activation === 1. You should find the Perfect Lazy Loading Menu-item on the bottom left. 1. Go through the configuration and set up the plugin for your site. 1. You're done! == Frequently Asked Questions == Actually there are none :P == Screenshots == == Changelog == = 1.0 = Release Date: 05 Oct 2018 Initial release