Shopify themes, liquid, logos, and UX
Hi Shopify community
Can someone kindly advise what is the best way to stop the IMPULSE theme from automatically resizing images.
If anyone is able to provide the custom css code I would be sincerely grateful
@TAB25
Could you please share your store URL so I can check it and provide an appropriate solution? Let me know if there’s anything else you'd like me to look into.
Hi there! 👋
To stop the Impulse theme from automatically resizing images, you can override the default CSS settings. Add the following custom CSS to your theme:
img { width: auto !important; height: auto !important; max-width: none !important; }
You can add this under Online Store > Themes > Customize > Theme settings > Custom CSS, or by editing your CSS file (usually in Assets/theme.css or Assets/base.css).
Just a heads-up: Impulse may apply specific classes to images, so if you have a particular image or section in mind, let me know!
Hope this helps! 😊
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025