mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 05:16:34 +00:00
Allow video elements rendered inside an iframe panel to be maximized fullscreen. Fixes issue #318 (#346)
This commit is contained in:
parent
2453d6f397
commit
c7be840a9d
@ -22,6 +22,7 @@
|
||||
<iframe
|
||||
src='[[panel.config.url]]'
|
||||
sandbox="allow-forms allow-popups allow-pointer-lock allow-same-origin allow-scripts"
|
||||
allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"
|
||||
></iframe>
|
||||
</template>
|
||||
</dom-module>
|
||||
|
Loading…
x
Reference in New Issue
Block a user