【问题标题】:Full screen images regardless of aspect ratio不考虑纵横比的全屏图像
【发布时间】:2016-07-20 08:52:17
【问题描述】:

有没有办法或插件让图像像 Fancybox 一样填满屏幕。就像自动裁剪、居中和缩放图像一样?

【问题讨论】:

  • 如果我可以问,为什么不使用 Fancybox?

标签: html css image responsive-design


【解决方案1】:
body { 
background: url(images/sample.jpg) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-07-26
    • 1970-01-01
    • 2014-09-11
    • 2018-10-25
    相关资源
    最近更新 更多