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.
クライアントは、自分の画像がフッターで覆われることを望んでいませんが、背景画像のスライドショーをブラウザーに合わせてスケーリングすることを望んでいます。
可能?
単純に交換できるはずです
background-size: cover;
と
background-size: contain;
を使用してフッターが不明瞭にならないように、画像には十分な空白があるようcontainです。cover一方、 は、 の全体をカバーするために画像をできるだけdiv引き延ばし、ページ全体をカバーするように引き延ばします。
contain
cover
div