|
@@ -22,13 +22,16 @@
|
|
|
:width="elementInfo.width"
|
|
|
:height="elementInfo.height"
|
|
|
:frameborder="0"
|
|
|
- :allowfullscreen="true"></iframe>
|
|
|
+ :allowfullscreen="true"
|
|
|
+ allow="camera *; microphone *;display-capture;midi;encrypted-media;fullscreen;"
|
|
|
+ ></iframe>
|
|
|
<iframe v-else
|
|
|
:src="elementInfo.url"
|
|
|
:width="elementInfo.width"
|
|
|
:height="elementInfo.height"
|
|
|
:frameborder="0"
|
|
|
:allowfullscreen="true"
|
|
|
+ allow="camera *; microphone *;display-capture;midi;encrypted-media;fullscreen;"
|
|
|
></iframe>
|
|
|
|
|
|
<div class="drag-handler top"></div>
|