I have read the page about the shorty ID, which I think need if I am going to easily size my images, but I cannot understand how to get it. I see what looks like some velocity that will enable me to obtain it but I do not know where I can just run that velocity just for the purposes of getting the shorty id. Everywhere I try to put it into a page simply messes up the page.
eg
<header id="header" class="header-wrap">
#set($content = $dotcontent.find(“f29effee-9bab-44cb-8b19-399cbb4a08ed”))
...
...src="Da/$content.shorty/ ...
etc etc.
Can I just get the shorty id from somewhere some how rather than putting this velocity into the html?
OR... what are the rules for where you can place a #set for example?