Use this tag to get the URL for an image with the desired presets applied.
Syntax: {% image_url [[var|set|assign] new_variable_name] [output_to_template] = image [name:"filename"] [extension:"ext"] [preset: "code1"] [preset: "code2"] [preset:"code3 code4"] %}
You MUST include at least either a variable name to assign the url to, "output_to_template", or both (if both, output_to_template should be the later argument).
If you are assigning the article to a variable and do not specify one of "var", "set", or "assign", then the "var" behavior will be used - which is to save the result on the current scope. If new_variable_name starts with '&', will attempt to assign the value by reference.
You may include as many image preset codes as desired. Additionally, you may include multiple codes in a single string by separating them with spaces as shown in syntax above with code3 and code4.
Image_url
CopyImage_url with presets
CopyImage_url altered
Copy