【发布时间】:2018-08-22 04:39:12
【问题描述】:
假设我在页面上有一个iframe 允许用户在其中播放 YouTube 视频,例如:
<iframe width="640" height="390" src="https://www.youtube.com/embed/--id--"
frameborder="0" allowfullscreen></iframe>
有没有办法在它下面有一个链接(或一个按钮),当有人点击它时可以全屏播放它?
<p>Click <a href="???">here</a> to play it full screen.</p>
PS。我不使用 JQuery 或任何其他库。
【问题讨论】:
标签: javascript html css iframe youtube