A user seeks help enlarging the main product image and reducing thumbnail sizes on their Shopify store using the Dawn theme, as they lack coding expertise.
Initial Solution Provided:
Custom CSS code offered to modify product image container width and thumbnail dimensions
Code targets media queries for screens wider than 990px
Issues Encountered:
Stretched Images: Main photo appears horizontally distorted with unnatural aspect ratio after applying first CSS solution
Thumbnail Layout: User wants thumbnails in a single row instead of two rows
Image Cropping: Updated code causes top and bottom portions of original photos to be cut off
Iterative Fixes:
Developer provides revised CSS code to address stretching issue
Additional CSS snippet offered to resolve cropping problem using padding adjustments
Current Status:
The discussion remains ongoing as the user works through implementation challenges. Multiple code revisions have been provided, with the latest attempting to display full photos without cropping using padding modifications to the .product-media-container class.
Note: Some code snippets in the conversation appear reversed/encoded, suggesting potential formatting issues in the original thread.
Summarized with AI on November 10.
AI used: claude-sonnet-4-5-20250929.
Hi, I have been trying to enlarge the main product image size on the product page and decrease the size of the thumbnails below but to no avail. I am not good with codes. I am using Dawn theme. Anyone can help to take a look? Please help me out, thank you.
The main photo looks too stretched horizontally now, it’s like the aspect ratio changed? The photo does not look natural now. Priority is for the photo to look natural over being enlarged to the maximum. Is there anyway to let the main photo look more natural instead of overstretched horizontally?
Can I get the thumbnails to be a single line? Instead of 2 lines.