我有一个iframe
在我的website.I要创建的视频我有一个缩略图url
的iframe
存储在database.I要创建这个我试过代码视频的缩略图。
<img src="http://img.youtube.com/vi/_uQrJ0TkZlc/hqdefault.jpg" alt="" style="height:61px">
它运行良好,但问题是我使用的(_uQrJ0TkZlc)
id 是静态的。我希望该 id 应该是动态的,它存在于我的数据库表中
这是我的 iframe
<iframe style="width:10px;height:10px;" id="<?php echo $fetchorderdetails['id']?>" src="<?php echo $fetchorderdetails['video_links']?>rel=0&wmode=Opaque&enablejsapi=1;showinfo=0;" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
蝴蝶不菲
哔哔one