X-Git-Url: https://git.distorted.org.uk/~mdw/tgal/blobdiff_plain/5d6997b3e9eab746f09b04f899952a6aab68ab80..3de03c7ad617d0f03c062a82a5bb5eb070f0f7cd:/mason/.perl-lib/TrivGal.pm diff --git a/mason/.perl-lib/TrivGal.pm b/mason/.perl-lib/TrivGal.pm index 3346c1a..4e5527b 100644 --- a/mason/.perl-lib/TrivGal.pm +++ b/mason/.perl-lib/TrivGal.pm @@ -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;