Question
Wrong template-variables in adobes online manual
Just a heads up.
There seems to be a typo in the following document:
HTML publishing templates in Adobe Animate CC
The template variables for width and height are $WT and $HT instead of $WI and $HE as stated in the link above.
(If width and height refers to document width and height)
This is very useful if you're creating templates for google adwords html5 ads, where you have to ad an ad size meta tag:
<meta name="ad.size" content="width=$WT,height=$HT ">
