【发布时间】:2016-04-08 10:37:47
【问题描述】:
我是 bootstrap 新手,并且已经在几个浏览器上测试了我的网页。
当我在 chrome 上从左侧或右侧缩小选项卡的宽度时,图像的一部分被裁剪并放在图像的另一侧。 imgur图片显示问题。
感谢任何帮助或建议!
This is the issue of bootstrap with chrome
My website page with a problem is here
我已将我的 css 代码放在下面:
#header {
width: 100%;
min-height: 500px;
/*height: 50%;*/
background-image: url("/galleryPhotos/whiteVan2.jpeg");
margin-top: 0px;
background-size: cover;
background-position: 100%;
background-repeat: no-repeat;
top: 0px;
position: relative;
}
【问题讨论】:
标签: css google-chrome twitter-bootstrap-3