Skip to content

Commit

Permalink
Update jQuery plugin to version 1.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Mar 23, 2021
1 parent 75f5127 commit 0c592d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions 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.11 */
/*! rocksolid-slider v1.6.12 */
(function($, window, document) {

var Rst = {};
Expand Down Expand Up @@ -2568,8 +2568,7 @@ Rst.Slider = (function() {

// Fix issues with min-content contribution in grid and flex layouts
this.modify(this.elements.crop, {
width: '',
height: ''
width: '100%'
});

this.nav.resize();
Expand Down
Loading

0 comments on commit 0c592d0

Please sign in to comment.