I often see many banner effects on websites, such as carousel banners, but occasionally when a single image width is 1920px, how to center the image on the web page and the banner? ? The width of the web page is assumed to be 960px and the width of the image is 1920px.
Please share your thoughts or write a code example. Thanks.
As shown in the picture:
Do not limit the width of the body, and then set the corresponding width in each module Just width. ,
In addition, it is not recommended to use files with very high resolution or extremely large files, which will cause problems such as slow loading speed.
Do not limit the width of the body, and then set the corresponding width in each module. ,
In addition, it is not recommended to use files with very high resolution or extremely large files, which will cause problems such as slow loading speed.
Do not limit the width of the body, and then set the corresponding width in each module. ,
In addition, it is not recommended to use files with very high resolution or extremely large files, which will cause problems such as slow loading speed.
<!DocTYPE HTML><html> <head> <meta charset="utf-8"/> <title>img</title> <style type="text/css"> .content{ width:50%; background-color: red; } .lunbo{ width:100%; background-color: blue; } </style> </head> <body> <div class="content"> fdsaflkdsa11202112101lfdskaljfdsalkfjdsalkfdjsaklfdsadfsaas </div><div class="lunbo"> fdsaflkdsalfdskaljfdsalkfjdsalkfdjsaklfdsadfsaas </div></body></html>
The resolution of the client's device is different. First, define the standard grid 960. Write the other parts in this warp. As for the 1920 one, let it be centered. Display, fill the entire screen (the 1920 picture design must also have ideas, design according to the general flat resolution, the picture content that needs to be expressed should be designed in the middle size of about 1200), if the resolution is smaller than 1920 Everything that should be expressed in the middle is there, and other parts are hidden. If it is larger than 1920, fill it with color on both sides. Even if the resolution reaches 4000, your requirements will be met because there is color filling. <960>
<960>
bbbb
960>