视频播放不支持magento

时间:2017-05-22 08:22:44

标签: php magento

我已尝试在我的网页上添加youtube视频但是它会给出错误mime类型,请你帮我解决这个问题

<div class="footer-inner-outer contact-dlc">
  <video width="320" height="240" controls="controls">
  <source src="https://www.youtube.com/embed/EPeLTYFlgv0" type="video/webm" />  
  Your browser does not support the video tag. 
  </video>
</div>

1 个答案:

答案 0 :(得分:-1)

&#13;
&#13;
<div class="footer-inner-outer contact-dlc">
  <iframe width="320" height="240" src="https://www.youtube.com/embed/EPeLTYFlgv0" frameborder="0" allowfullscreen></iframe>
</div>
&#13;
&#13;
&#13;