chiark / gitweb /
mason/.perl-lib/TrivGal.pm (%SIZE): Modify and extend the available sizes.
[tgal] / mason / .perl-lib / TrivGal.pm
index 3346c1abc54b5c44f88d054d0b74e30e1f321d44..4e5527bb3c3a30f2721fa9f40d4c5bd68da6bfd8 100644 (file)
@@ -148,10 +148,16 @@ our $SRCURL = "https://git.distorted.org.uk/~mdw/tgal/";
 export qw{%SIZE};
 our %SIZE = (smallthumb => 96,
             medthumb => 144,
-            bigthumb => 228,
+            bigthumb => 216,
+            tiny => 320,
             small => 480,
             embed => 720,
-            view => 1200);
+            medium => 1080,
+            big => 1600,
+            large => 2400,
+            huge => 3600,
+            vast => 5400,
+            immense => 8100);
 
 export qw{init};
 my $initp = 0;