[Plugin: NextGEN Gallery] Getting image width and height for html img tag attributes
-
Hi Alex,
Is there a way to output image width and height for both images and thumbnails in both galleries and albums?
I would insert the code in the following contexts in the gallery.php and album-extend.php where the ????????? are:
<a href="<?php echo $gallery->pagelink ?>"><img height="<?php ????????? ?>" width="<?php ????????? ?>" class="Thumb" alt="<?php echo $gallery->title ?>" src="<?php echo $gallery->previewurl ?>"/></a> <img title="<?php echo $image->alttext ?>" alt="<?php echo $image->description ?>" height="<?php ????????? ?>" width="<?php ????????? ?>" src="<?php echo $image->thumbnailURL ?>" />
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: NextGEN Gallery] Getting image width and height for html img tag attributes’ is closed to new replies.