feature request: add width and height to img tag

Permalink
Please, can you add "width" and "height" to the img tag by default?

here is the changed source code line:

<a class="zoomImage" href="#zoomImage<?php echo $bID;?>"><img src="<?php   echo $thumbnail->src;?>" alt="<?php   echo $controller->altText; ?>" width="<?php echo $thumbnail->width; ?>" height="<?php echo $thumbnail->height; ?>" /></a>

scalait
View Replies:
Remo replied on at Permalink Reply
Remo
Hey Marc, took me almost a year but it's finally included. Thanks for reporting this!
https://code.google.com/p/concrete5-zoom-image/...
Remo