file_img_url
Returns the CDN URL of an image from the Shopline admin's file page.
Parameters
filename{String}: The filename. This parameter is required.size{String}: The size, optional, in the format:100x,210x.
Usage
{{ file_img_url filename [size] }}
Example
{{ file_img_url 'filename.png' }}
size
{{ file_img_url 'filename.png' '100x' }}
Was this article helpful to you?