Introduce multiple thumbnail strips, and select one in a sensible way.
[tgal] / mason / .perl-lib / TrivGal.pm
index 838de97..5b5cbfa 100644 (file)
@@ -138,7 +138,10 @@ our $STATICURL //= "$ROOTURL/tgal-static";
 our $SCRIPTURL;
 
 export qw{%SIZE};
-our %SIZE = (bigthumb => 228, view => 1200);
+our %SIZE = (smallthumb => 96,
+            medthumb => 144,
+            bigthumb => 228,
+            view => 1200);
 
 export qw{init};
 my $initp = 0;