比如下面这样的(直接从 youtube 里复制出来的)嵌入网页的 youtube 视频,
复制进 html 文件,不能 responsive , 如何解决呢?
<iframe width="560" height="315" src="https://www.youtube.com/embed/fozvwUkVLQ8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
我不会 css ,网上搜到一些改 css 的,但我不知道在哪个 css 文件改啊。。
有啥能就在 html 里能解决的方法么?
1
dengqing 2022-10-30 21:00:18 +08:00 via iPhone
width height 都设置 100%
|