背景图像全尺寸

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了背景图像全尺寸相关的知识,希望对你有一定的参考价值。

background image full size centered
  1. body{
  2. background: url("http://img/BG.jpg") no-repeat center center fixed; ;
  3. -webkit-background-size: cover;
  4. -moz-background-size: cover;
  5. -o-background-size: cover;
  6. background-size: cover;
  7. }

以上是关于背景图像全尺寸的主要内容,如果未能解决你的问题,请参考以下文章

CSS 背景图像全尺寸

背景图像全尺寸

全尺寸背景图像

全尺寸背景图像到 SVG 路径

html 响应全尺寸图像/背景视差效果JQuery插件

检测屏幕高度并裁剪全尺寸图像