slideshare iframe全屏不在chrome上工作

时间:2017-11-20 17:52:42

标签: wordpress html5 iframe

在我的wordpress网站上,我在页面上集成了slidehare。问题是全屏在谷歌浏览器中不起作用(在Firefox中可行)。 这是我的代码:

<iframe style="border: 1px solid #CCC; border-width: 1px; margin-bottom: 5px; max-width: 100%;" src="mylink_here" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true"> </iframe>

我试过这个:link 但没有结果

1 个答案:

答案 0 :(得分:0)

我找到了解决方案,当我评论下面这一行时,全屏工作完美:

<link href="css/animate.min.css" rel="stylesheet">

我不知道animate.css如何影响全屏的slidehare,但这个解决方案对我有用:)

相关问题