Picture in Picture (PIP)

@mtho2014,
Ah I see now — you’re using the icon in the address bar to pop the video out. My bad, I now see that this is in fact a built in feature of FF.

Unfortunately Brave can only do this for certain video players. Again as an example, I tested this and was successful in Brave using Youtube, CBS.com, Vimeo and a few other sites. These sites work because the players themselves support PIP functionality natively, regardless of browser. While other sites like Amazon.com, Hulu and Netflix do not support them natively and thus will not work with Brave.

It looks like Firefox has some code that detects when <video> elements are added to the DOM which causes the toggle to appear on screen. Clicking it then moves that element to its own dedicated window.

Full documentation for it can be found here:
https://firefox-source-docs.mozilla.org/toolkit/components/pictureinpicture/pictureinpicture/index.html

Good news is that it does look like we plan to implement a similar feature in future releases: