11 questions
0
votes
0
answers
24
views
Zoom not honoring image region in Mirador
I have a IIIF manifest I render via Loris and display via Mirador. The images I have currently have are microform images where two pages of a manuscript appear. I have changed my manifest to show only ...
0
votes
0
answers
87
views
State for open / close a modal window not working properly in reactjs
I want to open a modal window when I click on a button. You can find the complete code below.
When I click the button, the handleClickOpen function is correctly triggered (the debug console prints the ...
0
votes
1
answer
123
views
Mirador with React 17 throws errors [closed]
I am trying to build a React Application with Mirador IIIF Viewer, But it does not seem to work
Codesandbox link here.
https://codesandbox.io/s/mirador-react-example-with-state-subscription-dispatch-...
0
votes
1
answer
147
views
Mirador 3: adding attributes to HTML elements inside the viewer
On a database website, I am using a build of the Mirador 3 viewer with two extensions.
I would like to use intro.js to create a tutorial that highlights the main elements in the viewer and explains ...
0
votes
2
answers
628
views
Mirador 3: setting different configuration options when using build with plug-ins
I am using Mirador 3 in the context of a static website built with Hugo.
When I embed Mirador from the unpkg URL, I can easily set different options on different pages (here using Hugo templating ...
1
vote
1
answer
196
views
creating annotation in mirador programmatically from javascript function
I am trying to programmatically create an annotation on a canvas in mirador by calling a javascript function outside mirador.
Basically, I have a textual representation of a scanned text that includes ...
0
votes
1
answer
135
views
IIIF / Mirador 3: how to limit the number of pages (canvas) available
Is it possible to limit the view of a window to a single canvas from a manifest?
For instance, I would like to show only one or a few pages from this book and not let users get lost in the 127 pages.
...
0
votes
1
answer
119
views
Mirador 3 - display windows as columns
When adding windows to mirador, they are displayed in a mosaic of increasingly small images. For example here with three windows.
The windows are draggable and resizable, but I would like to have ...
1
vote
1
answer
171
views
Unpkg integration of mirador viewer not working within existDB app
I have an app I'm translating from xslt-generated html to existDB, and I'd like to include a Mirador viewer.The example (modified for my purposes as shown below) works fine with a static html page, ...
0
votes
1
answer
168
views
Svg in Mirador 3 viewer
I'm using Mirador viewer with annotation file that include 'xywh' values to set rectangels on the image.
I want to use Svg instea, so i can draw polygons on the image.
I found here: IIIF Api the ...
0
votes
0
answers
276
views
Mirador words highlighting
I am showing OCR-ed book pages in Mirador viewer. All words with coordinates are fetched from elasticsearch and search is across all books (meaning I can't use IIIF search api).
I need to highlight ...