Remove full screen buttons
This commit is contained in:
parent
10b35a5a3e
commit
18633d4de8
|
|
@ -12,7 +12,6 @@
|
||||||
scrolling="yes"
|
scrolling="yes"
|
||||||
allownetworking="all"></iframe>
|
allownetworking="all"></iframe>
|
||||||
</div>
|
</div>
|
||||||
<a class="genially-block__link" @click="openFullscreen">Fullscreen</a>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,10 +3,6 @@
|
||||||
<iframe class="infogram-block__iframe" :src="src"
|
<iframe class="infogram-block__iframe" :src="src"
|
||||||
:title="title"
|
:title="title"
|
||||||
:height="height" scrolling="no" frameborder="0" style="border:none;"></iframe>
|
:height="height" scrolling="no" frameborder="0" style="border:none;"></iframe>
|
||||||
|
|
||||||
<a class="infogram-block__link" :href="href"
|
|
||||||
target="_blank">{{title}}</a>
|
|
||||||
<a class="infogram-block__link" @click="openFullscreen">Fullscreen</a>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue