@@ -114,6 +114,7 @@ export default {
iframe.width='100%';
iframe.height='100%';
iframe.frameBorder = '0'
+ iframe.allowFullscreen = 'true'
iframe.name = this.getUrlname()
if(iframe){
iframe.allow = 'geolocation; microphone; camera; midi; encrypted-media;'
@@ -132,6 +132,7 @@ export default {