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