Need help with password background image on mobile dawn

My gif on the password page on mobile doesnt fit the whole screen and leaves a white cast on the bottom.

Hi @jjunko

You can try the following steps:

Here is the result after I try:

Please let me know if it works for you.

Hi @jjunko ,

This is Victor from PageFly - Free Landing Page Builder.

You can add this code to base.css to make the gif full screen

Step 1: Online Stores > More action > edit code > base.css

Step 2: Paste the code at the end of the file

@media screen and (max-width: 749px) {

.banner--large.banner--mobile-bottom:not(.banner--adapt) .banner__media, .banner--large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {

    height: 100vh !important;

}

}

Hope this can help you solve the issue.

Best regards,

Victor | PageFly