Home  >  Article  >  Web Front-end  >  How to set background image to full screen via css

How to set background image to full screen via css

coldplay.xixi
coldplay.xixiOriginal
2021-03-25 17:35:4311468browse

How to set the background image to full screen through css: 1. Set the full screen through the [background-size=100%] attribute of CSS; 2. Set whether the image is repeated through [background-repeat].

How to set background image to full screen via css

The operating environment of this tutorial: windows7 system, css3 version, DELL G3 computer.

How to set the background image to full screen through css:

1. Create a test page with the following directory structure

BackGround

- - BgImage.html

-- Images

-- bg.png

How to set background image to full screen via css

2. Display the test image on the browser interface , the effect is as follows

How to set background image to full screen via css

3. Set the background image through CSS, the default effect is as follows, the image is automatically repeated to fill the window

How to set background image to full screen via css

##4. Use CSS to set the background image without duplication. At this time, the image will not fill the window.

How to set background image to full screen via css

5. Use CSS to set the image size to 100%. The effect is as follows: The picture fills the window

How to set background image to full screen via css

6. Set the picture size cover through CSS. The effect is as follows. The picture fills the window

How to set background image to full screen via css

##Related tutorial recommendations:

CSS video tutorial

The above is the detailed content of How to set background image to full screen via css. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn