You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought I could still use OpenSeadragon with an image created in the Deep Zoom Composer, only I can’t get it to work. I followed the OpenSeadragon steps, but I just get a blank browser page. My index.html file is pretty-much like below:
I just get a blank page on Chrome, Firefox, IE11, or Edge (I really need this to work only on Edge).
Do I have to parse the XML per this posting: openseadragon/site-build#5 (comment)? That doesn’t seem right, and others have had success without going so far?
Any help is appreciated
The text was updated successfully, but these errors were encountered:
I thought I could still use OpenSeadragon with an image created in the Deep Zoom Composer, only I can’t get it to work. I followed the OpenSeadragon steps, but I just get a blank browser page. My index.html file is pretty-much like below:
<script src="/openseadragon/openseadragon.min.js"></script> <script type="text/javascript"> var viewer = OpenSeadragon({ id: "openseadragon1", prefixUrl: "/openseadragon/images/", tileSources: "/myImages/dzc_output.xml" }); </script>I just get a blank page on Chrome, Firefox, IE11, or Edge (I really need this to work only on Edge).
Do I have to parse the XML per this posting: openseadragon/site-build#5 (comment)? That doesn’t seem right, and others have had success without going so far?
Any help is appreciated
The text was updated successfully, but these errors were encountered: