diff --git a/src/openseadragon.js b/src/openseadragon.js index 85efbb1a..ae051506 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -1130,13 +1130,13 @@ function OpenSeadragon( options ){ showHomeControl: true, //HOME showFullPageControl: true, //FULL showRotationControl: false, //ROTATION - showFlipControl: true, //FLIP + showFlipControl: false, //FLIP controlsFadeDelay: 2000, //ZOOM/HOME/FULL/SEQUENCE controlsFadeLength: 1500, //ZOOM/HOME/FULL/SEQUENCE mouseNavEnabled: true, //GENERAL MOUSE INTERACTIVITY //VIEWPORT NAVIGATOR SETTINGS - showNavigator: true, + showNavigator: false, navigatorId: null, navigatorPosition: null, navigatorSizeRatio: 0.2,