Skip to content

Commit 2bef9a1

Browse files
committed
Update jsDelivr link
1 parent d8e620b commit 2bef9a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ function addLazyLoading($html) {
829829
830830
Lazy Load XT may be loaded from [jsDelivr CDN](http://www.jsdelivr.com/#!jquery.lazyloadxt)
831831
```html
832-
<script src="//cdn.jsdelivr.net/jquery.lazyloadxt/1.0.0/jquery.lazyloadxt.min.js"></script>
832+
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/jquery.lazyloadxt.min.js"></script>
833833
```
834834
or [CDNJS CDN](http://cdnjs.com/libraries/jquery.lazyloadxt/)
835835
```html

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "lazyloadxt",
33
"title": "Lazy Load XT",
44
"version": "1.1.0",
5+
"jsdelivr": "dist/jquery.lazyloadxt.min.js",
56
"description": "Lazy Load XT is mobile-oriented, fast and extensible jQuery plugin for lazy loading of images, videos and other media with built-in support of jQueryMobile framework. It improves performance of website by loading visible media elements only, and elements below the fold are loaded after page scroll. The plugin has many options, supports callbacks and special lazy events, that allows to have different loading effects (e.g. fade in and spinner effects). Examples of plugin and its addons include ajax, background images, infinite scroll, horizontal scroll, iframe-based widgets (YouTube, Vimeo, Google Maps Engine Lite, Facebook recommend button, Google+ profile), html5 video, responsive images with retina support (srcset and picture polyfills), social widgets (embedded tweet, Twitter share button, Google Plus badge and share button, Facebook like and recommend buttons, Facebook post comments), load all images before print, etc. Tested in IE 6-11, Chrome 1-31, Firefox 1.5-27.0, Safari 3-7, Opera 10.6-18.0, iOS 5-7, Android 2.3-4.4, and WP8. Requires jQuery 1.7+, Zepto 1.0+, or DOMtastic 0.7.2+.",
67
"homepage": "http://ressio.github.io/lazy-load-xt",
78
"author": {

0 commit comments

Comments
 (0)