How can I add an image using only Liquid code in the Debut theme?

Hi there,

Am using DEBUT theme.

I followed a tutorial to make ‘About Page’ have same style content blocks as ‘home page’ - but I have used up all my image blocks. So now I need to add an image in using code only.

I have tried using the code: i found on an old thread from 2006

<img src="{{ 'myimage.gif' | asset_url }}" style="height: YYpx; width: XXpx" title="My image" />

and have also tried this one:

<img src="{{ 'image.png' | file_img_url: '2048x2048' }}" />

maybe I am adding the image incorrectly… but i do see it when i go to https://cdn.shopify.com/s/files/1/0533/3116/5339/files/Dylan_Outside_The_Baking_Shed_256x256_crop_center.jpg?v=1618418207

the code i tried with the last attempt was:

Please help?

Please go to assets where you uploaded the image and copy the file name with its extension then paste it in the code.
Let me please update after doing this.

Thats is what I did I believe - but I don’t know if I have the right code to start with…

I think I need to analyze your code by entering into your store.
Would you mind If I send you collaborate access ?