hipstas / AudiAnnotate

Workflows for generating AV editions and exhibits using IIIF manifests by HiPSTAS and Brumfield Labs.
https://hipstas.github.io/AudiAnnotate/
Apache License 2.0
15 stars 8 forks source link

Adler video cuts off in UV on play #297

Open benwbrum opened 4 months ago

benwbrum commented 4 months ago

Several of the Stella Adler videos from HRC appear truncated when you try to play them.

Working hypothesis: The UV div is set to be 350px high. The video itself is 540 pixels high, and when UV attempts to play it, it expands to 540, but the enclosing div does not expand.

Observations:

benwbrum commented 4 months ago

This also happens with a different, IA-hosted manifest: https://saamturner.github.io/betweenthelions/between-the-lions-ep-1

The next step is to adjust the height of UV with the IA-created manifest in isolation on codesandbox and bring it to the UV community.