From 40c686c2e1ba7ab336f999318ad0df5e1dc115d7 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 12 Jun 2023 11:47:20 +0100 Subject: [PATCH] mason/.perl-lib/TrivGal.pm: Add a couple more size options. These are useful when images are embedded into documents such as blog articles. --- mason/.perl-lib/TrivGal.pm | 2 ++ 1 file changed, 2 insertions(+) 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}; -- 2.11.0