Skip to content

Commit 2e552c8

Browse files
committed
Update resize-photos with new sizes decided on in issue #1
1 parent 3b46884 commit 2e552c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/resize-photos.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
BASEDIR=congress
99

10-
for SIZE in "40x50" "100x125" "200x250"
10+
for SIZE in "225x275" "450x550"
1111
do
1212
mkdir $BASEDIR/$SIZE;
1313
for f in $BASEDIR/original/*.jpg

0 commit comments

Comments
 (0)