【发布时间】:2017-09-09 11:56:01
【问题描述】:
我希望在嵌入视频时采用这种结构:
<div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
<iframe src="https://www.youtube.com/embed/8zHdLF3-coA?rel=0&showinfo=0" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen scrolling="no">
</iframe>
</div>
我可以轻松地将<iframe> 与quill.insertEmbed(range.index + 1, 'video', url, Quill.sources.USER); 插入。但是我该如何将iframe 附加到div 中?
【问题讨论】: