gpt4 book ai didi

image - 为什么我的图片在手机上被拉伸(stretch)了?

转载 作者:行者123 更新时间:2023-11-28 02:12:51 26 4
gpt4 key购买 nike

这是 firefox 开发中的版本:

enter image description here

这是真实手机中的屏幕复制:

enter image description here

(注意妹子图片上方的gif动图就可以了)

这是CSS:

    .img_mobile {
margin:auto;
width: 100%;
max-width: 100%;
height: auto;
}

#conteneur {
display:flex;
flex-direction: row;
justify-content: center;
}

这是 HTML 的一部分:

<div class="img_mobile" id="conteneur">
<img src="{% static 'img/home/img-mobile-01.jpg' %}?{{ git_last_commit }}" alt="">
<img src="{% static 'img/home/animation-image-1.gif' %}?{{ git_last_commit }}" alt="" style="position:absolute; mix-blend-mode: screen;">
</div>

2 个问题:

  1. 我应该怎么做才能解决这个问题?
  2. 如何在开发中发现这个错误?

感谢帮助

最佳答案

尝试

.img_mobile {
margin:auto;
width: 100%;
max-width: 100%;
height: auto;
object-fit: cover;
}

关于image - 为什么我的图片在手机上被拉伸(stretch)了?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48651152/

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