Disable Lazy Load Plugin
Simple plugin to disable lazy loading feature on the site or only on specific images.
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
Media setting
Media edit page
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
- This is a monkey