首页 > 解决方案 > 如何修复嵌入的视频全屏按钮在 Wordpress 上不可点击?

问题描述

在 wordpress 帖子中添加了视频嵌入代码:

<iframe src="https://www.example.com/embed-blabla.html" width="640" 
height="480" frameborder="0" marginwidth="0" marginheight="0" scrolling="NO"><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span></iframe>

但是全屏按钮在视频播放器(JW 6)上不起作用(不可点击)。怎么修?

标签: htmlcsswordpressembedvideo-player

解决方案


您必须在 iframe 标记上添加 allowfullscreen 属性


推荐阅读