Remove full screen buttons
This commit is contained in:
parent
10b35a5a3e
commit
18633d4de8
|
|
@ -12,7 +12,6 @@
|
|||
scrolling="yes"
|
||||
allownetworking="all"></iframe>
|
||||
</div>
|
||||
<a class="genially-block__link" @click="openFullscreen">Fullscreen</a>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,10 +3,6 @@
|
|||
<iframe class="infogram-block__iframe" :src="src"
|
||||
:title="title"
|
||||
: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>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue