背景画像が回転する Web ページを作成しています。localhost での開発では、画像内の人物が配置したい場所に配置されるように配置しました。ただし、サーバーにプッシュして別のブラウザーで Web ページを開くと、一部の人が画面から外れており、結果はブラウザーごとに異なります。
これは私が使用しているCSSです
.animate-this .img1,
.animate-this .img3 {
clear: left;
display: block;
width: 100%;
height: 1210px;
margin-left: auto;
margin-right: auto;
}
.animate-this .img2 {
clear: left;
display: block;
width: 1620px;
height: 1210px;
margin-left: auto;
margin-right: auto;
background-color: #2b292b;
background-repeat: no-repeat;
}
.animate-this .img4 {
clear: left;
display: block;
width: 1522px;
height: 1210px;
background-color: #2b292b;
background-repeat: no-repeat;
}