https://github.com/ubc/wp-disable-lazyload
Since WordPress 5.7, iframes will be lazy-loaded in WordPress by default by adding load="lazy" attribute to the iframe tag. The plugin will disable this feature.
https://github.com/ubc/wp-disable-lazyload
Last synced: 8 months ago
JSON representation
Since WordPress 5.7, iframes will be lazy-loaded in WordPress by default by adding load="lazy" attribute to the iframe tag. The plugin will disable this feature.
- Host: GitHub
- URL: https://github.com/ubc/wp-disable-lazyload
- Owner: ubc
- Created: 2022-05-10T21:07:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T21:08:29.000Z (over 3 years ago)
- Last Synced: 2025-01-21T21:35:09.338Z (10 months ago)
- Language: PHP
- Size: 0 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
# UBC Disable WP Lazyload
Since WordPress 5.7, iframes will be lazy-loaded in WordPress by default by adding load="lazy" attribute to the iframe tag. The plugin will disable this feature.