I remember in the old version you could resize the thumbnails to make them smaller or larger when viewing them. I was hoping this feature could be put into the new version if possible.
I am trying to rewrite the thumbnail from scratch, maybe by putting the first image inside the database, this because the Thumbnail creation is realy slow.
A kind of 'blob' data in the database must be more efficient than generating Thumbnail from the image. Using a cache should be good because redisplaying thumbnails is currently slow.