Stephen Fraser
Stephen Fraser
Sorry! Forgot about that, thanks!
@edsilv I still think we could improve how much of the available space a video uses within the UV, but I think the original issue of exceeding the available space...
I don't think a viewer has really fixed this issue. The UV does not use the canvas dimensions when putting 2 images side by side (as this issue describes) but...
@rafaeluriarte @adehner Do you have IIIF example JSON for this behaviour (Presentation 2 or 3)? I don't think inline UV configuration would really work well in this case, since IIIF...
Maybe the UV could allow for a "missing page" canvas, or some semantic description of a canvas without any content to act as the first page, and then the UV...
I would disagree, by adding a missing page you're conforming to the IIIF specification. For viewers that did not treat an empty canvas in any different way, they would simply...
I've fixed a few related issues to this, there is a sandbox here: https://codesandbox.io/s/uv-react-demo-forked-ecywzj?file=/src/App.tsx:2581-2680 where you can test with your own manifests. You may need to open the sandbox preview...
[Here is the PR to check out.](https://github.com/UniversalViewer/universalviewer/pull/882)
At the moment I believe internally jQuery is used to make the calls, so it may be possible to use `$.ajaxSetup` to get custom headers sent, although this doesn't fall...
@nicolasfranck I've put a PR that should fix the issue: https://github.com/UniversalViewer/universalviewer/pull/687 based on the fix you found to work