charissaholl Posted January 23, 2022 Share Posted January 23, 2022 Site URL: https://www.rawboxxjax.com/ Someone recently helped me with this code to resize my background video for mobile: @media only screen and (max-width: 767px) { section[data-section-id="618ac6af8a8d056cfbcd66e0"] .sqs-video-background-native { height: auto; } section[data-section-id="618ac6af8a8d056cfbcd66e0"] { min-height: 20vh !important; } } However, it now looks too small on mobile: Can anyone help me fix this? Tia!! Link to comment
tuanphan Posted January 25, 2022 Share Posted January 25, 2022 Remove above & try this new code @media only screen and (max-width: 767px) { section[data-section-id="618ac6af8a8d056cfbcd66e0"] video { width: 100% !important; height: 80% !important; left: 0 !important; top: 0 !important; } section[data-section-id="618ac6af8a8d056cfbcd66e0"] { min-height: 30vh !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment