The spec currently says:
The font shorthand property on the (root) list of WebVTT Node Objects must be set to 5vh sans-serif.
This value of 5vh leads to unreasonably large cues for vertical videos. See example here: http://jernoble.github.io/samples/bin/WebVTT/resize-aspect.html
Instead, the spec could use 5vmin (or actually, move away from redefining viewports entirely and use 5cqmin instead). The example above allows you to switch between 5vh and 5vmin to see the difference in behavior.
The spec currently says:
This value of
5vhleads to unreasonably large cues for vertical videos. See example here: http://jernoble.github.io/samples/bin/WebVTT/resize-aspect.htmlInstead, the spec could use
5vmin(or actually, move away from redefining viewports entirely and use5cqmininstead). The example above allows you to switch between5vhand5vminto see the difference in behavior.