Html 大屏幕背景图像剪辑

Html 大屏幕背景图像剪辑,html,css,Html,Css,我有一个有背景图像的div。在大屏幕上,它从底部和顶部剪掉。有没有办法在不扭曲图像的情况下解决这个问题 .bg { width:100%; height:550px; background: url(http://snorm.co/nar6336%20mar15%20v2/assets/img-dist/test.png); background-size: cover; background-position-x: bottom; background-position-y: center;

我有一个有背景图像的div。在大屏幕上,它从底部和顶部剪掉。有没有办法在不扭曲图像的情况下解决这个问题

.bg {
width:100%;
height:550px;
background: url(http://snorm.co/nar6336%20mar15%20v2/assets/img-dist/test.png);
background-size: cover;
background-position-x: bottom;
background-position-y: center;
}

看看这个答案,看它是否有用-看看这个答案,看它是否有用-