LH CSS Lazy Load
Javascript has a HTML based method for deferring and asynchronously loading files, namely script Defer and script Async. Unfortunately these HTML solu …
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 2400 days ago • 3 reviews
Is LH CSS Lazy Load abandoned?
Possibly abandoned (last update 2400 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Javascript has a HTML based method for deferring and asynchronously loading files, namely script Defer and script Async. Unfortunately these HTML solutions do not work for CSS files.
But do not worry, this plugin allows you to lazy load yous css files. Thus speeding up your initial view experience for visitors and search engines.
Installation
- Upload the entire
lh-css-lazy-loadfolder to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Configure the plugin by adding the CSS handles via Settings->CSS Lazy Load
Frequently Asked Questions
Will this plugin work without javascript?
Yes! As CSS elemets are wrapped in a noscript tag, they will be parsed if javascript is deactivated.
Review feed
Screenshots
Changelog
1.00 November 20, 2017
Initial release
1.01 November 27, 2017
Minor bug fix
1.02 June 04, 2018
Added tranlation support