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?
