تفصیل
Lazy Optimization plugin is the first ever WordPress plugin to lazy load background images that are in external CSS files.
Lazy Optimization plugin works on top of Autoptimize plugin and is used to lazy load background images that are present in Autoptimize external CSS files.
Lazy Optimization plugin replace all the background images that are in Autoptimze external CSS files with a dummy image and when the element with the background image comes in viewport it’s original background images gets loaded.
Dependices Autoptimize.
انسٹالیشن
Search for "Lazy Optimization” under "Plugins” "Add New” in your WordPress dashboard to install the plugin.
Or install it manually:
- Download the plugin zip file.
- Go to Plugins Add New in your WordPress admin.
- Click on the Upload Plugin button.
- Select the file you downloaded.
- Click Install Plugin.
- Activate.
عمومی سوالات
-
Can I exclude background images from being lazy loaded?
-
Yes, you can. Go to Settings › lazy optimization, there you can see the option to exclude background images (by image name) from being lazy loaded.
-
Can I replace dummy background image?
-
Yes, you can. Go to Settings › lazy optimization, there you can see the option to replace the dummy background image.
-
Some background image are not being loazy laoded?
-
As Lazy Optimization plugin works on top of Autoptimize plugin so it will lazy loads background images that are in Autoptimize external CSS files. Any background image that is not in the Autoptimize external CSS files will not get lazy loaded.
شراکت دار اور ڈیویلپرز
“Lazy Optimization” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:
شراکت دار“Lazy Optimization” کا اپنی زبان میں ترجمہ کریں۔
ڈویلپمینٹ میں دلچسپی ہے؟
کوڈ براؤز کریں، ایس این وی ریپوزیٹری کو چیک کریں یا ڈویلپمینٹ لاگ کو سبسکرائب کریں بذریعہ آر ایس ایس۔
چینج لاگ
1.0.3
- Some Changes to JS Code and added index.php where necessary
1.0.2
- Moved CSS and JS folder to wp-content folder so that upon updating the plugin those folders don’t get overwritten
1.0.1
- readme.txt updated
1.0.0
- Initial release