mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 14:56:37 +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
|
<iframe
|
||||||
src='[[panel.config.url]]'
|
src='[[panel.config.url]]'
|
||||||
sandbox="allow-forms allow-popups allow-pointer-lock allow-same-origin allow-scripts"
|
sandbox="allow-forms allow-popups allow-pointer-lock allow-same-origin allow-scripts"
|
||||||
|
allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"
|
||||||
></iframe>
|
></iframe>
|
||||||
</template>
|
</template>
|
||||||
</dom-module>
|
</dom-module>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user