Skip to content

Commit

Permalink
Merge branch 'gh-pages' of https://github.com/aFarkas/lazysizes into …
Browse files Browse the repository at this point in the history
…gh-pages

� Conflicts:
�	plugins/artdirect/ls.artdirect.min.js
�	plugins/aspectratio/ls.aspectratio.min.js
�	plugins/attrchange/ls.attrchange.min.js
�	plugins/bgset/ls.bgset.min.js
�	plugins/blur-up/ls.blur-up.min.js
�	plugins/custommedia/ls.custommedia.min.js
�	plugins/fix-edge-h-descriptor/ls.fix-edge-h-descriptor.min.js
�	plugins/fix-ios-sizes/fix-ios-sizes.min.js
�	plugins/include/ls.include.min.js
�	plugins/native-loading/ls.native-loading.min.js
�	plugins/noscript/ls.noscript.min.js
�	plugins/object-fit/ls.object-fit.min.js
�	plugins/optimumx/ls.optimumx.min.js
�	plugins/parent-fit/ls.parent-fit.min.js
�	plugins/print/ls.print.min.js
�	plugins/progressive/ls.progressive.min.js
�	plugins/respimg/ls.respimg.min.js
�	plugins/rias/ls.rias.min.js
�	plugins/static-gecko-picture/ls.static-gecko-picture.min.js
�	plugins/twitter/ls.twitter.min.js
�	plugins/unload/ls.unload.min.js
�	plugins/unveilhooks/ls.unveilhooks.min.js
�	plugins/video-embed/ls.video-embed.min.js
  • Loading branch information
aFarkas committed May 17, 2020
2 parents 47909c1 + 9803587 commit 1ce9198
Show file tree
Hide file tree
Showing 23 changed files with 46 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/artdirect/ls.artdirect.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/aspectratio/ls.aspectratio.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/attrchange/ls.attrchange.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/bgset/ls.bgset.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/blur-up/ls.blur-up.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/custommedia/ls.custommedia.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/fix-edge-h-descriptor/ls.fix-edge-h-descriptor.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/fix-ios-sizes/fix-ios-sizes.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/include/ls.include.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/native-loading/ls.native-loading.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/noscript/ls.noscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/object-fit/ls.object-fit.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/optimumx/ls.optimumx.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/parent-fit/ls.parent-fit.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/print/ls.print.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ In case the user starts to print lazysizes will load all images.

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/progressive/ls.progressive.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ This lazysizes plugin optimizes perceived performance by adding better support f

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/respimg/ls.respimg.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/rias/ls.rias.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/static-gecko-picture/ls.static-gecko-picture.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/twitter/ls.twitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/unload/ls.unload.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/unveilhooks/ls.unveilhooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ For background images, use data-bg attribute:

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down
2 changes: 2 additions & 0 deletions plugins/video-embed/ls.video-embed.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

if(typeof module == 'object' && module.exports){
factory(require('lazysizes'));
} else if (typeof define == 'function' && define.amd) {
require(['lazysizes'], factory);
} else if(window.lazySizes) {
globalInstall();
} else {
Expand Down

0 comments on commit 1ce9198

Please sign in to comment.