How to increase the thumnail size of nggallery carousel template
I want to increase the thumbnail image size of nggallery carousel template. Check this link http://arkamediaworks.com/rel_test/uncatagorize/hello-2/?pid=6 is there any better code to do it. Here, is the code:
!-- Thumbnail list --
?php foreach ( $images as $image ) : ?
?php if ( $image-hidden ) continue; ?
?php $subnavi[] = $image-pidlink ;?
li id="ngg-image-?php echo $image-pid ?" class="ngg-thumbnail-list ?php if ($image-pid == $current-pid) echo 'selected' ?"
a href="?php echo $image-pidlink ?"
img src="?php echo $image-thumbnailURL ?" alt="?php echo $image-alttext ?" /
/a
/li
?php endforeach; ?
Topic plugin-nextgen-gallery Wordpress
Category Web