Deepzoom into OpenLayers images using zoomify
问题 How do I deepzoom into OpenLayers images using Zoomify? Taking cues from the answer How to display high resolution image in browser using openlayers, I was able to implement the zooming function but the maxZoom does not work here and I am unable zoom further into the image. DZI image parser function loadUrl(url, opt_options) { const options = opt_options || {}; const crossOrigin = options.crossOrigin === undefined ? 'anonymous' : options.crossOrigin; const layer = new ol.layer.Tile(); const