Works like an <img> tag where the server automatically sets
the width and height attributes. That way, the
page will be rendered faster by the browser while no information about
the image is hard-coded into the page. If the image changes size, so
will the width and height attributes. The server
will read the first bytes of the image file to determine its size.
<imgs> can determine this image dimensions of JPEG, GIF
and PNG images.
Attributes
The <imgs> takes the same attributes as the <img>
tag.
Example
<source preparse>
<imgs src="/internal-roxen-err_1">
</source>
<img src="/internal-roxen-err_1" height=14 width=14>
|