diff --git a/src/iiiftilesource.js b/src/iiiftilesource.js index fee31f68..df1d0154 100644 --- a/src/iiiftilesource.js +++ b/src/iiiftilesource.js @@ -365,7 +365,7 @@ $.extend( $.IIIFTileSource.prototype, $.TileSource.prototype, /** @lends OpenSea iiifQuality = "default." + this.usedFormat; } if ( levelWidth < tileWidth && levelHeight < tileHeight ){ - if (isv1) { + if ( isv1 || levelWidth != this.width ) { iiifSize = levelWidth + ","; } else { iiifSize = "max";