A user seeks help making a homepage doodle image resize responsively on mobile devices. The image is currently inserted via HTML with fixed dimensions (height=“200”).
Problem: The static sizing causes display issues on smaller screens—the image doesn’t scale down as viewport width decreases.
Solution provided:
Replace the existing <img> tag with a responsive version that removes fixed dimensions
Add custom CSS to the theme.liquid file (before </head>) to enable dynamic scaling
The CSS ensures the image adjusts proportionally across different screen sizes
Implementation steps:
Navigate to Online Store → Theme → Edit code
Open theme.liquid file
Insert the provided CSS markup before the closing head tag
Save changes
A visual result demonstrating the responsive behavior was shared. The discussion appears resolved with a working technical solution.
Summarized with AI on November 5.
AI used: claude-sonnet-4-5-20250929.
I’m looking for some help to make the doodle on our homepage resize dynamically with mobile. Currently, the image has been inserted onto the page with the following code:
Please can someone help edit the code so that the image will reduce in size as the screen size gets smaller (e.g. on mobile).