|
@@ -2,7 +2,9 @@
|
|
|
<div class="fdkkcon">
|
|
|
<template v-if="fdkkCurrentVersion == 'V3'">
|
|
|
<iframe
|
|
|
- allowfullscreen="true"
|
|
|
+ webkitallowfullscreen=""
|
|
|
+ mozallowfullscreen=""
|
|
|
+ allowfullscreen=""
|
|
|
allow="autoplay"
|
|
|
:key="currentScene.sceneCode"
|
|
|
v-if="!isMobile"
|
|
@@ -30,7 +32,9 @@
|
|
|
</template>
|
|
|
|
|
|
<iframe
|
|
|
- allowfullscreen="true"
|
|
|
+ webkitallowfullscreen=""
|
|
|
+ mozallowfullscreen=""
|
|
|
+ allowfullscreen=""
|
|
|
allow="autoplay"
|
|
|
:key="currentScene.sceneCode"
|
|
|
class="V4"
|