gpt4 book ai didi

css - 限制背景大小 : contain to the original image size

转载 作者:行者123 更新时间:2023-11-28 13:14:15 24 4
gpt4 key购买 nike

我正在写相册,照片使用以下 CSS 显示在覆盖页面的 div 中:

.photoHolder {
background-size: contain;
background-image: url(theImage.jpg);
background-position: 50% 50%;
background-repeat: none;
width: 100%;
height: 90%;
[...]
}

如果原始图像小于 photoHolder 的大小,则图像会被拉伸(stretch)并且看起来很粗糙。有没有一种方法可以在不使用 JavaScript 来限制 div 的大小的情况下停止这种情况?

当然,照片大小可以变化,photoHolder 的大小也可以变化(因为它占据了大部分可用窗口)。

最佳答案

你只需要删除

background-size: contain; 

导致背景图像拉伸(stretch)。

关于css - 限制背景大小 : contain to the original image size,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18123410/

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