2011-03-21, 11:10:23
Hi, Great plugin btw.
If you edit the following line in squareit-gallery.php:
You change
into
I think the image-thumbs show up better organised.
If you edit the following line in squareit-gallery.php:
Code:
$gal .= '<a href="'.$SITEURL.'data/uploads/'. $image['image'] .'" title="'. htmlspecialchars($image['caption']) .'" '.$reltype.$styleclass.'><img alt="'.htmlspecialchars($image['caption']).'" src="'.$SITEURL.'admin/inc/thumb.php?src='. $image['image'] .'&dest=../../'.GSG_RELFOLDERPATH.'thumbs/thumbmed.'. $image['image'] .'&x=125&y=125&f=1" class="sqr_img" /></a>';
You change
Code:
&x=125&y=125&f=1
Code:
&x=100&y=100&f=1
I think the image-thumbs show up better organised.