The ${IMGSIZE} Magic Variable
This reference provides an easy way to automatically add image size
information to an <img> tag, for example:
<img src="foo.gif" ${IMGSIZE}>
Would become:
<img src="foo.gif" height=30 width=11>
It requires the Image::Size Perl module be installed, otherwise
it does nothing.
|