The this function:
<?php printDefaultSizedImage(getImageTitle()); ?>
Produces this:
<img src="image source" title="image title">
Is there any way to make it produce:
<img src="image source" title="image title" width="image width" height="image height">
?
Thanks!
Comments