2024-06-06, 01:33 PM
Quote:Definitely better than the before...
Wouldn't it be possible to use the movie image/poster as the entire background?
E: I just tried this theme on a tablet and in landscape mode it would be perfect to make it look like it does on a PC.
Anyway thanks ! One of the best themes I've ever tried ! Good luck.
Try this
Code:
/* --- Full backdrop on mobile --- */
.layout-mobile .itemBackdrop {
display: block;
background-attachment: fixed;
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
height: 100vh !important;
position: fixed !important;
margin-top: 0rem;
width: 100%;
}