Skip to content

Commit

Permalink
Update easySlider1.7.js
Browse files Browse the repository at this point in the history
Scenes slider fix
  • Loading branch information
sergejey committed Feb 28, 2019
1 parent 6dff379 commit 023a563
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/easySlider1.7.js
Expand Up @@ -65,7 +65,7 @@
var h = $("li", obj).height();
var clickable = true;
obj.width(w);
obj.height(h);
//obj.height(h);
obj.css("overflow","hidden");
var ts = s-1;
var t = 0;
Expand Down Expand Up @@ -207,8 +207,8 @@
timeout = setTimeout(function(){
animate("next",false);
},options.pause);
};
};

if(options.numeric) setCurrent(0);

if(!options.continuous && options.controlsFade){
Expand Down

0 comments on commit 023a563

Please sign in to comment.