capnmidnight / Calla

Virtual Meetups through Jitsi
https://www.calla.chat
MIT License
1.08k stars 77 forks source link

Fix user videos positioning and add usage example #109

Closed eloparco closed 4 years ago

eloparco commented 4 years ago

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.