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%" />