cgiffard / Captionator

HTML5 polyfill for closed captioning with the <track> element, and implements the WHATWG Timed Text Track specification.
captionatorjs.com
300 stars 66 forks source link

Position: Absolute is ugly #22

Open cgiffard opened 12 years ago

cgiffard commented 12 years ago

I need to work out a better way to position cues on top of the video. Unfortunately, position absolute seems to be the most reliable solution for the time being, but it breaks in certain cases - such as presentations that slide around, or where the video itself moves.

Options are:

Ideas welcome!

revolunet commented 9 years ago

what about wrapping video+the text placeholder in a div and use relative positioning ?