A user installed a third-party Shopify 2.0 theme where the slideshow video banner displays correctly on desktop but scales improperly on mobile devices, cutting off portions of the video.
Initial Solution:
Custom CSS was applied to fix the video width (width: 100vw), which resolved the cropping issue and made the video display in landscape orientation on mobile.
Current Issue:
Dead white space now appears above and below the video on mobile devices (portrait-oriented space remains despite landscape video).
Additional CSS attempts using min-height adjustments and media queries have not resolved the white space problem.
Status:
The conversation remains ongoing with troubleshooting in progress.
One helper offered to review the theme files directly via email to provide a more targeted solution.
Summarized with AI on November 20.
AI used: claude-sonnet-4-5-20250929.
Recently installed a 3rd party theme onto Shopify that supports 2.0. Slideshow video banner scales correctly on desktop but not on mobile. Portions of the video is not being shown because of the improper scaling. Any way to automatically scale the video properly on smaller devices like mobile?
Awesome! That worked. It scaled the video perfectly but now I have dead white portions above and below the video on mobile. Something that does not exist on desktop:
Unless I did something wrong, It didn’t do anything. I pasted the code you gave me directly after the previous code. I adjusted the “max width” number and I adjusted the “min-height” number. No changes.
Nope. Don’t see anything changing at all. Is there a piece of information I can possibly share with you to help you pin point the correct type of code?
David above helped me scale the video properly which is why it no longer looks cropped. Before it was portrait and a huge portion of the video was cropped. Now my only issue is the dead (white) space above and below the video on mobile. Still has the portrait space even though the video is now landscape.