We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e97578 commit 48f5a73Copy full SHA for 48f5a73
src/jquery.lazyloadxt.js
@@ -21,7 +21,7 @@
21
forceLoad: forceLoad, // force auto load all images
22
23
loadEvent: 'pageshow', // check AJAX-loaded content in jQueryMobile
24
- updateEvent: 'load orientationchange resize scroll touchmove', // page-modified events
+ updateEvent: 'load orientationchange resize scroll touchmove focus', // page-modified events
25
forceEvent: '', // force loading of all elements
26
27
//onstart: null,
0 commit comments