Mô tả
Unveil Lazy Load is a WordPress Plugin whitch makes lazy-image-load possible
to decrease number of requests and improve page loading time.
This plugin has the following features compared to another lazy-load plugin:
Decrease data size loaded from web server by adopting a lightweight lazy-load library
This plugin uses a lightweight jQuery plugin created by optimizing Unveil.js Unveil.js (https://github.com/luis-almeida/unveil)
less than about 0.6KB in size in order to only load an image when it’s visible in the viewport.
Decrease number of HTTP requests using data URI scheme
This plugin needs not to load an external dummy image required for lazy-load
because the image is embedded in HTML using data URI scheme technique.
Arbitrary section
Cài đặt
-
Download zip archive file from this repository.
-
Login as an administrator to your WordPress admin page.
Using the “Add New” menu option under the “Plugins” section of the navigation,
Click the “Upload” link, find the .zip file you download and then click “Install Now”.
You can also unzip and upload the plugin to your plugins directory (i.e. wp-content/plugins/) through FTP/SFTP. -
Finally, activate the plugin on the “Plugins” page.
Hỏi đáp
There are no questions.
- Installation Instructions
-
-
Download zip archive file from this repository.
-
Login as an administrator to your WordPress admin page.
Using the “Add New” menu option under the “Plugins” section of the navigation,
Click the “Upload” link, find the .zip file you download and then click “Install Now”.
You can also unzip and upload the plugin to your plugins directory (i.e. wp-content/plugins/) through FTP/SFTP. -
Finally, activate the plugin on the “Plugins” page.
-
Đánh giá
Người đóng góp & Lập trình viên
“Unveil Lazy Load” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Unveil Lazy Load” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
0.1.0
- Initial working version.
0.1.3
- Bug fix: entry content is not displayed.
0.2.0
- Logic optimization of jQuery plugin
- Performance improvement
0.3.0
- Added: function to cancel lazy-load for specified image to which attribute (data-lazy=”false”) is appended
0.3.1
- Update for WordPress 4.0