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.
すでに 2 つのプロジェクトに問題があります。
大きな背景画像 (デスクトップ PC の大画面を埋めるため) が、スマートフォンのディスプレイの左上隅に非常に小さく表示されます。
これは、使用されるコードの 1 つです。
background: #7F7F7F url("../images/hg4.jpg") repeat left top scroll;
おそらく、すべてのデバイスに対して簡単な解決策があるのでしょうか?それとも、検出と 2 つのバージョンが必要なのでしょうか?
私はそれをテストしませんでしたが、あなたは試すことができます background-size: cover; background-position: center center; background-attachement: fixed;
background-size: cover;
background-position: center center;
background-attachement: fixed;