A user seeks help making a video on their Debut theme homepage display at full width, adjusting responsively across desktop and mobile devices.
Solutions Provided:
Multiple community members offered CSS-based solutions:
CSS approach: Add code to theme.css targeting .video-section.page-width with properties like max-width: 100% and padding: 0 !important
Alternative method: Insert custom <style> tags in theme.liquid file above the </body> tag with similar CSS rules
Section-specific targeting: Some solutions reference specific Shopify section IDs for more precise styling
Current Status:
One user confirmed success on desktop but reports an issue on mobile—the video doesn’t autoplay and displays as a grey box with a play button instead. The discussion remains open regarding the mobile autoplay problem, with no solution yet provided for this secondary issue.
Summarized with AI on November 16.
AI used: claude-sonnet-4-5-20250929.
I’ve tried looking for answers and code online but I gather that solutions are case by case depending on websites.
Can anybody assist with the code and where to place it? id like the video at the bottom of my homepage to be full width and adjust depending on window size or desktop/mobile.
Hunter forever for someone that knew what I was trying to do…Threw this code in and works perfectly on desktop, but on mobile it doesn’t want to autoplay, just get grey box with a play button…suggestions!?