gpt4 book ai didi

html - 使用 CSS 为移动网站调整图像大小

转载 作者:行者123 更新时间:2023-11-28 01:32:49 25 4
gpt4 key购买 nike

我在调整移动主题博客文章中的图像时遇到问题。他们不知何故弄乱了布局。我对文章中的图像使用以下代码。

<div class="leftbox">
<img src=".mysite.net/blog/media/Photo/Indian_tourists.jpg" width="400" height="267" alt="Indian tourists" title="Indian tourists" />
</div>

<div style="text-align: center">
<img src="mysite.net/blog/media/Mayank/Surfing_in_France.jpg" width="520" height="347" alt="Surfing in France" title="Surfing in France" />
</div>

我添加了这些代码以确保图像不会改变宽度,但它们似乎不起作用。

.post_content img {
height: auto !important;
max-width: 100% !important;
}


.leftbox img {
height: auto !important;
max-width: 100% !important;
}

这是图像在移动设备上会拉伸(stretch)的链接示例 - http://www.easydestination.net/blog/item/surfing-holidays-in-france

最佳答案

删除行内代码中的高度/宽度声明。

<div class="leftbox"><img
src=".mysite.net/blog/media/Photo/Indian_tourists.jpg" alt="Indian tourists" title="Indian tourists" /></div>

关于html - 使用 CSS 为移动网站调整图像大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29750080/

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