w3c / picture-in-picture

Picture-in-Picture (PiP)
https://w3c.github.io/picture-in-picture
Other
311 stars 39 forks source link

Add arbitrary content example #135

Closed beccahughes closed 5 years ago

beccahughes commented 5 years ago

Preview | Diff

mounirlamouri commented 5 years ago

LGTM. Maybe it would be good to add both <div> into a container like:

<div style="display: none;">
  <div id="interactive-ui"></div>
  <div id="non-interactive-ui"></div>
</div>

So it's clear they are not meant to be visible?

beccahughes commented 5 years ago

Thanks! I have updated this.