Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是想用 purecss 做我的第一页,我现在被困在使用 pure-img 来获得响应式图像,当我缩小屏幕但当屏幕变大并且图像应该时图像是响应式的为了从原始尺寸增加,它们只是保持原始尺寸不变。
你能帮我么 :)
尝试:
img { max-width: 100%; height: auto; }
最简单的方法 - 只需附加width: 100%到您的图像上。
width: 100%
https://jsfiddle.net/zv95xt4r/