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.
私は携帯電話を持っていますが、ハードウェア仕様では解像度が 900x480 であると書かれているため、html ファイルに埋め込まれた幅 480px の画像を作成しました。次に、その写真をモバイルで開いたところ、写真が画面に収まらないことがわかりました。明らかに画面よりも大きいです。
それの何がいけないの?480px 幅の画像をスクロール バーなしで画面に収めたいと思います。ありがとうございます。
スクロールバーなしで画面いっぱいに幅 100% を使用できます。
<img src="url" class="myImg" /> .myImg { width:100%; }