Joel Calado
Joel Calado
Is this `scene=1` ?
So there's this for safari: ```javascript document.querySelector("video").webkitSetPresentationMode("picture-in-picture") ``` and the w3c way: ```javascript document.querySelector('video').requestPictureInPicture(); ```
I closed down #570 #609 #612 and added them as checkbox tasks on the issue. This should help with tracking everything PIP related.
I know that this has landed on /alpha. Still leaves room to debate wether this should the default on &broadcast, even without &pip, and whats the deal with iOS devices?...
I might have misread the original issue 🤦 This improves the ModalPersonEdit modal when tagging photos from the lightbox sidebar. EDIT: I should stop typing now. It's the same component,...