From: Mark Wooding Date: Mon, 12 Jun 2023 10:47:20 +0000 (+0100) Subject: mason/.perl-lib/TrivGal.pm: Add a couple more size options. X-Git-Url: https://git.distorted.org.uk/~mdw/tgal/commitdiff_plain/40c686c2e1ba7ab336f999318ad0df5e1dc115d7 mason/.perl-lib/TrivGal.pm: Add a couple more size options. These are useful when images are embedded into documents such as blog articles. --- diff --git a/mason/.perl-lib/TrivGal.pm b/mason/.perl-lib/TrivGal.pm index 80cce08..50c2f45 100644 --- a/mason/.perl-lib/TrivGal.pm +++ b/mason/.perl-lib/TrivGal.pm @@ -148,6 +148,8 @@ export qw{%SIZE}; our %SIZE = (smallthumb => 96, medthumb => 144, bigthumb => 228, + small => 480, + embed => 720, view => 1200); export qw{init};