I am trying to understand how image sizing works when using the image widget:
The width and height attributes in the TW image widget is are given as bare numbers, without any absolute or relative length dimensions like pt or %. Adding pt, %, etc. has no effect.
<$image source="..." width=300 />
In CSS the width/height attribute requires an absolute or relative length dimension.
Does that mean that even if I assign a class within the image widget, I cannot affect image size and width via custom CSS, but only directly in the widget?
Cheers,
Michael