gpt4 book ai didi

html - 我自己的灯箱 - 响应问题

转载 作者:行者123 更新时间:2023-11-28 06:05:54 24 4
gpt4 key购买 nike

HTML

<div class="photo-gallery">
<img>
</div>

<div class="dark" id="photo-gallery">
<div class="container">
<h1>Fotogaléria</h1>

<div class="photos">
<a href="#" data-photo=""></a>
<a href="#" data-photo=""></a>
</div>
</div>
</div>

CSS

.photo-gallery {
align-items: center;
background: rgba(0, 0, 0, 0.8);
display: none;
height: 100%;
justify-content: center;
left: 0;
padding: 1.25rem;
position: fixed;
top: 0;
width: 100%;
}

.photo-gallery img {
box-shadow: 0 0 1.25rem;
max-height: 100%;
max-width: 100%;
}

codepen.io - http://codepen.io/marekkobida/pen/RaxwPR

Safari(一切正常)

A

火狐浏览器

B

谷歌浏览器和 Opera

C

最佳答案

.photo-gallery img {
box-shadow: 0 0 1.25rem;
max-height: 100%;
max-width: 100%;
width: auto;
height: auto;
}

声明自动高度和宽度。

关于html - 我自己的灯箱 - 响应问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36461577/

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