Allow video elements rendered inside an iframe panel to be maximized fullscreen. Fixes issue #318 (#346)
This commit is contained in:
committed by
Paulus Schoutsen
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>
|
||||
|
||||
Reference in New Issue
Block a user