I have the plugin working with a single gallery jpeg
[gallery openseadragon="true" width="1000" height="600" ids="200"]
But this displays a small png file created from the much larger gallery jpeg, there’s no deep zooming.
[gallery openseadragon="true" zoomimages="http://www.nat hanielmcmahon.com/assets/images/seadragon/rhizome_warehouse/dzc_output.dzi"]
this is the .xml file I renamed to .dzi Contained within the same folder are the two files scene.xml and SparseImageSceneGraph.xml and a folder called dzc_output with multiple folders with different zoom levels images.
I get the following error
unable to open [object Object]: HTTP 404 attempting to load TileSource
I am not familiar with deep zoom composer, but dzi appears correct. Plugin would expect zoom levels images in directory dzc_output_files in this case. Can you try it? (and don’t forget to add noattachments="true" to shortcode)
As suggested by the author, try this
[gallery openseadragon="true" zoomimages="/assets/images/seadragon/rhizome_warehouse/dzc_output.dzi" noattachments="true"]
Removing http://www.nathanielmcmahon.com resolves the CORS issue.
If you are still having trouble with it, you could use 3rd party service such as zoomable.ca or zoomo.ca. It’s free and user friendly (upload your image and embed the viewer to your site).