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.
我正在尝试在我网站的页面上显示相当大的图像。我希望它根据用户的分辨率动态调整大小,以便它在每台显示器上占据相同百分比的屏幕。我该怎么做?
将图像宽度设置为百分比。
使用百分比值而不是像素:
<img src="path here" width="100%" />