VUE 3 - iframe 视频
从 axios 我得到带有链接的 iframe 视频:
<iframe src="https..." width="1920" height="1080" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen title="Tr&eacute;ning TEXT"></iframe>
...并且我需要在页面上显示此 iframe 并播放视频(视频的自动启动并不重要,只有在单击后我才需要它按钮)
感谢您的帮助。
from axios i get iframe video with link:
<iframe src="https..." width="1920" height="1080" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen title="Tréning TEXT"></iframe>
...and I need to display this iframe on the page and play video (the automatic start of the video is not important, I need it only after clicking on the button)
Thanks for help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我理解正确,请尝试像下面的代码片段一样:
If I understood you correctly try like following snippet: