mason/.perl-lib/TrivGal.pm: Add a couple more size options.
[tgal] / mason / .perl-lib / TrivGal.pm
index 80cce08..50c2f45 100644 (file)
@@ -148,6 +148,8 @@ export qw{%SIZE};
 our %SIZE = (smallthumb => 96,
             medthumb => 144,
             bigthumb => 228,
+            small => 480,
+            embed => 720,
             view => 1200);
 
 export qw{init};