Hellow there!
I have a css code like this. It correctly works in desktop browsers and android browsers except samsung internet browser. I must make this works in all browsers. So anyone please help me.
.image-movie-fixed-01{
Background-image: url(../img/01.jpg);
Background-repeat: no-repeat;
Background-position: center center;
Background-attachment: fixed;
Background-size: cover;
}