=== Disable Lazy Load ===
Contributors: sachyya sachet
Tags: disable-lazy-load, images, lazy-loading, skip-lazy-loading
Requires at least: 5.5
Tested up to: 6.1
Requires PHP: 7.2
Stable tag: 1.0.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Simple plugin to disable lazy loading feature on the site or only on specific images.
 
== Description ==
 
Simple plugin to disable lazy loading feature on the site or only on specific images.

== Settings ==

After activating the plugin, go to **Dashboard->Settings->Media** and under **Lazy-loading Settings** you will find options:

* To disable lazy loading on all images on your site.
* To disable only on post thumbnails of posts and pages.

To disable only on a specific image:

* Go to **Dashboard->Media->Library**.
* Then click on the image you want to disable lazy load.
* At the bottom, check the **Disable default lazy-loading feature** checkbox.

*Note: You can disable on specific image, while uploading or setting a featured image too.*

== Screenshots ==

1. Media setting
2. Media edit page
3. Media popup

== Changelog ==

= 1.0.4 - Ded 13, 2022 =
* Update: change logic for post thumbnails using `wp_get_attachment_image_attributes` hook
* Update: Wrap settings with `label`
* Update: Change setting label

= 1.0.3 - Jan 7, 2022 =
* Tested upto WordPress 5.8
* Update description
* Add screenshots

= 1.0.2 - Aug 20, 2020 =
* Feature: add meta option on each image to disable lazy loading

= 1.0.1 - Aug 15, 2020 =
* Feature: add options for disabling on all images and only on post thumbnails

= 1.0.0 - Aug 14, 2020 =
* Inital release

1. This is a monkey

