.
[sh-gallery.git] / Makefile
index e3ca112e377ab96bcf246edb54819572c8dd45f6..8fefc6b27a944af36f24db35a28c9d3e24513782 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ all: wtf $(SMALL) $(THUMB) small.zip big.zip
 
 %_small.jpg: %.jpg
        exiftran -a -i $<
-       convert -scale 800x800 $< $@
+       convert -scale 800x600 $< $@
 
 %_thumb.jpg: %_small.jpg
        convert -scale 80x80 $< $@