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.
ウェブサイトで画像サイズを制御する方法はありますか? たとえば、画像が 640x360 を超える場合は、
<img src="image.jpg" width="640" height="360" />
ただし、画像が 256x256 などのそれよりも小さい場合は、元の高さと幅を使用して表示します。
<img src="image.jpg" width="native" height="native" />
手伝ってくれてありがとう。
しません
img {max-width:640px;}
最も簡単な答えになる