File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ jQuery's `ready` event).
216
216
* ** autoInit** : auto initialization of the plugin, that is processing of all elements matching ` selector ` selector in
217
217
jQuery's ` ready ` event, if it is disabled you have to do such initialization manually as explained in [ Advanced
218
218
initialization] ( #advanced-initialization ) section (default ` true ` )
219
- * ** selector** : selector for elements that should be lazy-loaded (default ` 'img' ` )
219
+ * ** selector** : selector for elements that should be lazy-loaded (default ` 'img[data-src] ' ` )
220
220
* ** srcAttr** : attribute containing actual ` src ` path, see example below in [ Hi-DPI (Retina) images]
221
221
(#hi-dpi-retina-images) section (default ` 'data-src' ` )
222
222
* ** blankImage** : blank image for used until actual image is not loaded (default is transparent 1x1 gif image in
You can’t perform that action at this time.
0 commit comments