如何使用jQuery制作全屏iframe视频

时间:2018-08-30 12:02:03

标签: javascript jquery html iframe

帮我解决。我想用jquery制作全屏视频方式(allowfullscreen)。请帮我怎么做。 这是我的iframe视频代码      

<iframe frameborder="0" height="275" 
src="https://www.youtube.com/embed/tum8KtULX7M" width="100%"></iframe>

 <iframe frameborder="0" height="275" 
 src="https://www.youtube.com/embed/RtdT8Tjaehg" width="100%"></iframe>

  <iframe frameborder="0" height="275" 
   src="https://www.youtube.com/embed/tbXhvBUKN_Y" width="100%"></iframe>


   </div>

请检查。提前非常感谢您。

1 个答案:

答案 0 :(得分:0)

尝试一次:

<iframe frameborder="0" height="100%" 
src="https://www.youtube.com/embed/tum8KtULX7M" width="100%"></iframe>

 <iframe frameborder="0" height="100%" 
 src="https://www.youtube.com/embed/RtdT8Tjaehg" width="100%"></iframe>

 <iframe frameborder="0" height="100%" 
   src="https://www.youtube.com/embed/tbXhvBUKN_Y" width="100%"></iframe>
</div>