How can I properly adjust my webpage image sizes?

Hi, how would I adjust the size of images on my page. I have coded these images in the original size is 500px but for some reason Shopify is adjusting them down to 100px.

This is the code that I have used:

TIA

Hi @kiradullard

all the 3 lines of your example code are not supported by asset_img_url URL filter

  • do not use !important
  • or width
  • or px

The correct format is


if you image width is already 500px you don’t even need to use the asset_img_url filter, but you can just use the asset_url filter