【发布时间】:2021-05-29 19:43:29
【问题描述】:
如何单击按钮以播放 Google Drive iframe,通过预览模式以正确的分辨率将其发送给用户?请使用 Javascript 或 Jquery,在此先感谢。
<button type="button">Play Video</button>
<iframe id="video" src="https://drive.google.com/file/d/1SRlH5RULz6sR3WPbTX4p9ZL7m2EtBjsj/preview?start=1" allowfullscreen="allowfullscreen"></iframe>
【问题讨论】:
标签: javascript jquery