gpt4 book ai didi

html - 无法使用CSS重新缩放图像

转载 作者:太空宇宙 更新时间:2023-11-04 01:16:55 25 4
gpt4 key购买 nike

我搜索了很多主题,但没有找到解决方案...

我只是想缩放我的图像以适合我的 div,但事实并非如此。

HTML:

<div class="slideshow-image slideshow-active">
<img src="assets/images/securityBreach1.png">
</div>

CSS:

.slideshow-image {
text-align: center;
display: none;
overflow: hidden;
margin: 0 auto;
}

我已经尝试过使用 max-width/heightwidth/heightobject-fit:content 但似乎什么都没有工作。

Here's如果需要,网站页面(请参阅幻灯片部分):

Picture are better than words

提前致谢!

最佳答案

您是否尝试添加以下内容?

.slideshow-image img{
width:100%;
height:auto;
}

这有帮助吗?

关于html - 无法使用CSS重新缩放图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49931102/

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