gpt4 book ai didi

html - 响应图像内的响应div

转载 作者:行者123 更新时间:2023-11-28 12:38:55 25 4
gpt4 key购买 nike

我想要响应式图像中的响应式 div,如下所示 enter image description here

如有任何帮助,我们将不胜感激。我不擅长 CSS:(

最佳答案

如果有人想在没有响应的情况下这样做,可以这样做。

使屏幕成为背景图像,然后使用相对定位的 iframe。我在演示中的屏幕上添加了一个 YouTube iframe。

Demo

        .outer {
background-image: url('http://northwestpassageapp.com/wp-content/themes/relish_theme/img/ipad_border.png');
width:800px;
height:596px;
}
.inner {
position: relative;
background-color:;
left: 120px;
top: 68px;
width:550px;
height:405px;
}

......................

<div class="outer"><iframe class="inner"></iframe>

您甚至可以使用 2 或 3 像素的边框半径来匹配图像。

关于html - 响应图像内的响应div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26902195/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com