2011-03-22, 04:50:19
yojoe Wrote:Gentlemen, are thumbnails created using size taken from gsconfig ?
I always have them generated with 65px width, no matter what size I set up in gsconfig file.
I have to manually change the size in upload.php line 214
from x=65 to value I need.Code:$imgSrc='<img src="inc/thumb.php?src='. $urlPath . $upload['name'] .'&dest='. $thumbLink .'&x=65&f=1" />';
CC: thx for letting me know.
that is for the thumbsm.xxx files. thumbnail.xxx are the files you need. See this: http://get-simple.info/forum/topic/1563/...ng-solved/