Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Position: Absolute is ugly #22

Open
cgiffard opened this issue Dec 1, 2011 · 1 comment
Open

Position: Absolute is ugly #22

cgiffard opened this issue Dec 1, 2011 · 1 comment

Comments

@cgiffard
Copy link
Owner

cgiffard commented Dec 1, 2011

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:

  • Keep using position: absolute and add more JS for determining when the video itself moves around
  • Stop using position: absolute in favour of a more robust positioning solution (as yet unknown.)

Ideas welcome!

@revolunet
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants