Skip to content

Commit

Permalink
Merge pull request #387 from scottleblang/master
Browse files Browse the repository at this point in the history
Fix for bug # 361 - Responsiveness Issue
  • Loading branch information
ganlanyuan authored Sep 6, 2019
2 parents 26a2956 + 9884b68 commit e4372ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiny-slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@ export var tns = function(options) {
// non-mediaqueries: IE8
if (bpChanged && !CSSMQ) {
// middle wrapper styles
if (autoHeight !== autoheightTem || speed !== speedTem) {
if (autoHeight !== autoHeightTem || speed !== options.speed) {
update_carousel_transition_duration();
}

Expand Down

0 comments on commit e4372ef

Please sign in to comment.