Stephen Fraser
Stephen Fraser
hmm yes I see what you mean.
Was some preliminary work done here: https://github.com/digirati-co-uk/manifesto/tree/feature/get-thumbnail-at-size to improve the thumbnail resolution. A further implementation for getting safe thumbnails from image services is available here: https://github.com/atlas-viewer/iiif-image-api/tree/master/src although it can still...
There is a config option: https://github.com/UniversalViewer/universalviewer/search?q=allowStealFocus ```json "options": { "allowStealFocus": false } ``` Can you check if that is set to true?
I think there are some extra places where we should also check for the `allowStealFocus` that might be causing the issue. If there is a dialog that opens by default...
Ah, found it. https://github.com/UniversalViewer/universalviewer/blob/main/src/content-handlers/iiif/modules/uv-contentleftpanel-module/ThumbsView.tsx#L81-L86 Looks like this is where it's scrolling. Can replicate on https://universalviewer.dev if you scroll down a bit and refresh the page. cc @edsilv
Relates to: https://github.com/IIIF-Commons/manifesto/issues/52
The current implementation doesn't need to know the motivation, just that its a WebVTT format: https://github.com/stephenwf/universalviewer/commit/5436bcddfeb345bca0ba9c19c4cf410e55706a93 from the content type. Is there a case where WebVTT would appear in the...
Looks like that might be unrelated to video. Fixed inline by removing the `style="height: 570px"` which doesn't take into account the 20px of padding in the parent on 2 inner...
Do they still work if you click on them? Also @adamtovell can you remind me why we didn't make them links in the metadata? Something like: ```html [00:02:03] ```
Fixed by #854