A user wants to resize product video containers in the Dawn theme to match product image dimensions, with white borders appearing at the top and bottom of videos.
Current Issue:
Product images display in a square container
Videos appear in a significantly different format/aspect ratio
The inconsistency creates visual misalignment on product pages
Proposed Solution:
A community member provided CSS customization steps:
Navigate to Online Store > Themes > Edit code
Locate and open the theme.css or theme.scss.liquid file
Add custom CSS targeting .video-container with properties including:
width: 100% to match product image width
max-width set to product image dimensions
padding-top and padding-bottom (10px) for white borders
background-color: white
height: auto for proportional scaling
Status: Solution provided but not yet confirmed as implemented or tested by the original poster.
Summarized with AI on November 4.
AI used: claude-sonnet-4-5-20250929.
I would like to enlarge the container of the video so that it has the same dimensions as the product images and there is simply a white border at the top and bottom of the video. Is there a way I can customize this?
The two images show a photo with the square container and the video which has a significantly different format: