Forum Discussion
2 Replies
Hello tavasjn24 ,
Use ${asset.get("/html/assets/image.jpg")} to retrieve the image path.
Ex:
<img src="${asset.get("/html/assets/image.jpg")}" />
please refer below image and URL for reference.manasab_0-1712212838332.png
URL: get("destination_url") (khoros.com)Sign in to react to this post- luk2 years agoBoss
If you go to Studio > Community Style > Assets Library > Other assets (basically where you upload them), it even gives you the proper FreeMarker code directly for each uploaded asset:
luk_0-1712221757775.png
Sign in to react to this post