Allow video elements rendered inside an iframe panel to be maximized fullscreen. Fixes issue #318 (#346)

This commit is contained in:
Adrian Popa
2017-07-20 23:29:39 -07:00
committed by Paulus Schoutsen
parent 2453d6f397
commit c7be840a9d
+1
View File
@@ -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>