我对智能手机上的响应式图像有一个不真实的问题......
在某些 iphone 上它可以正确显示,而在其他 iphone 上却显示得非常小。例如,在用户 A 的 iphone 6 上,它在用户 B 的 iphone 6 上正确显示,它显示得太小。
附上截图,css代码在这里:
.bildresp figure img {
height: auto;
max-width: 1440px;
width: 100%;
}
我对智能手机上的响应式图像有一个不真实的问题......
在某些 iphone 上它可以正确显示,而在其他 iphone 上却显示得非常小。例如,在用户 A 的 iphone 6 上,它在用户 B 的 iphone 6 上正确显示,它显示得太小。
附上截图,css代码在这里:
.bildresp figure img {
height: auto;
max-width: 1440px;
width: 100%;
}