Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webpage is blank #23

Closed
brentkendall opened this issue Apr 28, 2017 · 1 comment
Closed

Webpage is blank #23

brentkendall opened this issue Apr 28, 2017 · 1 comment

Comments

@brentkendall
Copy link

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

@avandecreme
Copy link
Member

Hello,

It looks like you are having an issue using OpenSeadragon, not the browser-extension. So you should ask your question there.

I would also recommend posting a link to what you did so far so that someone can help you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants