Wordpress Video占位符在Safari上是黑色的

时间:2015-02-26 01:14:33

标签: wordpress safari

您好我遇到safari浏览器的问题,当我点击播放时视频实际播放但问题是它在Chrome上的占位符,Firefox视频的第一部分是其占位符但不在Safari中请参阅图像enter image description here

但是在Firefox或Chrome上它显示正确 enter image description here

我不确定什么是错的,但这可以解决吗? 这只发生在野生动物园浏览器btw

这里是我使用的代码,虽然我不知道它是否相关但是因为有人要求我显示我的代码。

              <div class="col-lg-12">  
                <?php query_posts('page_id=999'); if (have_posts()) : while (have_posts()) : the_post(); ?>
                    <?php the_content(); ?>                    
                <?php endwhile; endif; ?> 
          </div>

0 个答案:

没有答案