slidev
slidev copied to clipboard
Iframe嵌入的时候会变得模糊,希望可以提供一个不错的解决方案
我想要在sildev页面中嵌入一个iframe元素,写好组件以后发现嵌入里面的iframe标签变得模糊了,我尝试为其设置CSS样式transform:scale(2)会让其变清楚一些。但我觉得这貌似不是最佳的解决方案,请问有没有好一些的统一方案。
try following code
<iframe width="100%" height="100%" src="your url"></iframe>
I am sure I've seen this before, but I can't reproduce this now. Could someone provide a reproduction?