[Plugin: NextGEN Gallery] Get thumbnail width
-
hello I’m trying to display the thumbnail width on a custom nextgen gallery template. The code as follows:
<div class="content" id="pic<?php echo $image->pid ?>" ord="<?php echo $image->pid ?>" contentwidth="<?php echo $image->meta_data['width'] ?>px">
I need to replace the contentwidth with the thumbnail width value, with the code above I get the original width.
Can someone help?
- The topic ‘[Plugin: NextGEN Gallery] Get thumbnail width’ is closed to new replies.