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.
我想写一些 Less 来检查图像的宽度/高度,然后再应用百分比缩放。
我的想法是我将拥有一个固定大小的 div,并且我希望在该 div 中居中一组图像并将它们重新调整为尽可能大,而不会被切断或意外调整 div 的大小。源图像将具有不同的大小,甚至是不同的 W/H 比率。
如果你申请 CSS
img { max-width:100%; }
您的图像将填充 div(如果它们比 DIV 更宽),但永远不要破坏它