You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
We never include the height and width of video within the manifest when AA creates it. While this passes validation, it's really not semantically correct.
To try: add h/w to the manifest canvas to see if that affects UV
We recently made changes to UV's CSS to get small audio controls to work. This involved a max height -- did that introduce a regression?
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: