Skip to content

Commit

Permalink
fix: magnify zoom problem
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-stramavus committed Apr 17, 2019
1 parent 2e53717 commit 5740c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci360.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ class CI360Viewer {
this.speed = speed;
this.reversed = autoplayReverse;
this.fullScreen = fullScreen;
this.magnifier = magnifier && !this.isMobile;
this.magnifier = !this.isMobile && magnifier ? magnifier : false;
this.lazyload = lazyload;
this.ratio = ratio;
this.spinReverse = spinReverse;
Expand Down

0 comments on commit 5740c40

Please sign in to comment.