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よりも幅が広い場合)が、それを壊すことはありません