From 2163e5230c45a64e2de17037669f8ae55fe6b6a5 Mon Sep 17 00:00:00 2001 From: nein09 Date: Fri, 12 Sep 2014 15:23:25 -0700 Subject: [PATCH] Retry the doc changes. --- src/openseadragon.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/openseadragon.js b/src/openseadragon.js index 9ce9adca..f8b744de 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -221,6 +221,10 @@ * * @property {Number} [maxZoomLevel=null] * + * @property {Boolean} [homeFillsViewer=false] + * Make the 'home' button fill the viewer and clip the image, instead + * of fitting the image to the viewer and letterboxing. + * * @property {Boolean} [panHorizontal=true] * Allow horizontal pan. *