水平居中 Iframe 而不指定宽度/高度 CSS

发布于 2024-09-10 16:54:46 字数 96 浏览 3 评论 0原文

我有一个 iframe ,我试图使用 CSS 居中,但是有没有办法在不指定 iframe 元素的高度和宽度的情况下实现这一点?

I have an iframe which I'm trying to center using CSS, but is there a way to do it without specifying the height and width of the iframe element?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

千里故人稀 2024-09-17 16:54:46

iframe 是一个块级元素。它默认占据父容器的整个宽度。因此,如果您想将其在其父容器中居中,则需要在 CSS 中设置 width 等。

另一种方法是将父容器居中。

iframe is a block level element. It defaults to taking up the entire width of the parent container. So if you want to center it within it's parent container, you will need to set width, among other things, in the CSS.

Another approach would be to center the parent container.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文