私は自分のサイトの背景をカバーする必要があり、マウスオーバーやその他のアクションで常にラグ/スラッグが表示されます。この問題を解決する方法を知っていますか?ここに実用的な例があります(まだコードを更新していない場合): http: //natgeo.geryit.com
ul#posters li {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
float: left;
height: 170px;
position: relative;
width: 25%;
}