=== Lazy Load XT === Contributors: dbhynds Tags: Lazy Load, Lazy Load XT, iframe, image, media, video, YouTube, Vimeo Requires at least: 3.1 Tested up to: 4.1.1 Stable tag: 0.3.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Lazy Load images, videos, iframes and more using Lazy Load XT. == Description == Lazy load images, YouTube and Vimeo videos, and iframes using [Lazy Load XT](https://github.com/ressio/lazy-load-xt). Lazy Load XT is the fastest, lightest, fully customizable lazy load plugin in the WordPress Plugin Directory. This plugin works by loading the Lazy Load XT script and replacing the `src` attributes with `data-src` when the content of a post or page is loaded on the front end of a WordPress site. == Installation == 1. Download and unzip Lazy Load XT. 1. Upload the `lazy-load-xt` directory to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == Ask some questions. == Changelog == = 0.3.1 = * Fix typos and undefined indexes = 0.3 = * Parse HTML with regex instead of PHP's DOMDocument * Fix UTF-8 problems * Enable script-based tagging * Lazy load gravatars * Enable loading scripts from CDN and in footer = 0.2 = * Lazy load HTML5 elements * Toggle and lazy load featured images, text widgets * Specify css classes to skip lazy loading * Improve settings, installation and upgrade * Fallback to 1x1 pixel transparent gif * HTML validation = 0.1 = * Load Lazy Load XT js using `wp_enqueue_scripts()` * Replace `src` with `data-src` in `the_content()`