Hi,
How kind of you!
![]()
Best regards,
A user seeks to reduce product image size on mobile devices while keeping desktop images at medium size. A community helper provides a CSS solution targeting mobile screens (max-width: 749px) that adjusts the .product-single__media padding and image object-fit properties.
Key Solution:
theme.scss.liquid (or theme.css depending on theme)@media query to target mobile devices onlypadding-top percentage to control image size (100% default, customizable)object-fit: contain to maintain aspect ratioAdditional Issues Addressed:
Thread Status:
Ongoing discussion with multiple users receiving customized CSS solutions. Some cases require theme-specific adjustments or staff access for implementation. The core technique remains consistent: mobile-specific CSS media queries to reduce image dimensions while preserving desktop layout.