A user seeks to set product images to specific dimensions (475px height, 355px width) using percentages for responsive design across different desktop resolutions.
Solution Provided:
Navigate to Online Store → Edit Code → theme.liquid file
Add custom CSS code at the bottom, just above the closing </body> tag
The code targets product images with specified dimensions
Dimensions can be set in either pixels or percentages depending on preference
The solution was successfully implemented and resolved the user’s issue. The approach allows for flexible sizing that adapts to different screen resolutions while maintaining consistent product image display.
Summarized with AI on November 13.
AI used: claude-sonnet-4-5-20250929.
How can I set a specific dimension for all Product pictures with Height 475px and Width 355px but in percentage (so it would be responsive in different desktop resolutions).
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.