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>
https://code.google.com/p/concrete5-zoom-image/...
Remo