chiark
/
gitweb
/
~mdw
/
tgal
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Embrace the idea of multiple thumbnail sizes.
[tgal]
/
mason
/
.perl-lib
/
TrivGal.pm
diff --git
a/mason/.perl-lib/TrivGal.pm
b/mason/.perl-lib/TrivGal.pm
index a77c75aa164babdda53739de84fc9979ed0dc557..9822a0bd2f10effaa890cd9e9861d3356ad038eb 100644
(file)
--- a/
mason/.perl-lib/TrivGal.pm
+++ b/
mason/.perl-lib/TrivGal.pm
@@
-139,7
+139,7
@@
our $STATICURL //= "$ROOTURL/tgal-static";
our $SCRIPTURL;
export qw{%SIZE};
-our %SIZE = (thumb => 228, view => 1200);
+our %SIZE = (
big
thumb => 228, view => 1200);
export qw{init};
my $initp = 0;