Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I have big Cumulative Layout Shift on google core vital web . Google message "Image elements do not have explicit width and height". I use supply theme. I am not sure which class I should add "height: auto" on the timber.scss.liquid. Please help.
Adding height: auto is useless for your goals.
You need to add a height and width attribute to each image element you want to fix.
So for example, if an image was formatted like
<img src="{{ image | img_url: '500x' }}" >
Then you would an height and image attributes using the hieght and width properties of the image object
<img height="{{ image.height }}" width="{{ image.width}}" src="{{ image | img_url: '500x' }}" >
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025