mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
fix too agressive canonicalization
This commit is contained in:
parent
661fef19b5
commit
e4987f9701
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user