How to put a image in custom liquid
You can type above code like this. And replace your image URL as the src value.
Hello there
To add an image in a custom Liquid template, you can use the img tag and specify the source of the image using the src attribute. Here’s an example:
You can also include other attributes, such as the width and height of the image, or specify a class for styling using the class attribute.
If you want to use an image file that is stored in your Shopify store’s assets, you can use the asset_url filter to generate the full URL of the image file.
Note that the asset_url filter only works for files that are stored in the assets directory of your store.
hope this helps