Skip to content

Commit

Permalink
Updated jQuery plugin to version 1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed May 19, 2020
1 parent 4177637 commit 3a060ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/Resources/public/js/rocksolid-slider.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! rocksolid-slider v1.6.9 */
/*! rocksolid-slider v1.6.10 */
(function($, window, document) {

var Rst = {};
Expand Down Expand Up @@ -180,6 +180,10 @@ Rst.Slide = (function() {
}
});

this.element.find('img[loading=lazy]').each(function() {
this.loading = 'eager';
});

if (this.content.attr('data-rsts-thumb')) {
this.data.thumbUrl = this.content.attr('data-rsts-thumb');
}
Expand Down
Loading

0 comments on commit 3a060ae

Please sign in to comment.