Skip to content

Commit

Permalink
Fix disappearing navigation arrows in fotorama zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
luukschakenraad committed Oct 13, 2018
1 parent 4a6b81f commit ad09de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web/fotorama/fotorama.js
Original file line number Diff line number Diff line change
Expand Up @@ -2092,7 +2092,7 @@ fotoramaVersion = '4.6.4';
o_navTop = opts.navposition === 'top';
classes.remove.push(selectClass);

$arrs.toggle(opts.arrows);
$arrs.toggle(!!opts.arrows);
} else {
o_nav = false;
$arrs.hide();
Expand Down

0 comments on commit ad09de9

Please sign in to comment.