Javascript has a HTML based method for deferring and asynchronously loading files, namely script Defer and script Async. Unfortunately these HTML solu …
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.
lh-css-lazy-load
folder to the /wp-content/plugins/
directory.Yes! As CSS elemets are wrapped in a noscript tag, they will be parsed if javascript is deactivated.
1.00 November 20, 2017
Initial release
1.01 November 27, 2017
Minor bug fix
1.02 June 04, 2018
Added tranlation support