Fix bug in video positioning by changing the CSS property position of the space container into relative and the user divs into absolute.
A complete example extracted from the tutorial is proposed, to ease reproducibility without requiring to copy and paste pieces of code from the tutorial.
Fix bug in video positioning by changing the CSS property
position
of the space container intorelative
and the user divs intoabsolute
. A complete example extracted from the tutorial is proposed, to ease reproducibility without requiring to copy and paste pieces of code from the tutorial.