diff --git a/static/photos/2022-01-18-snow-day-in-space.preview.jpg b/static/photos/2022-01-18-snow-day-in-space.preview.jpg index 8115ad5..1fd81f5 100644 Binary files a/static/photos/2022-01-18-snow-day-in-space.preview.jpg and b/static/photos/2022-01-18-snow-day-in-space.preview.jpg differ diff --git a/static/photos/generate_previews.sh b/static/photos/generate_previews.sh index f8ddc71..c8dabbc 100644 --- a/static/photos/generate_previews.sh +++ b/static/photos/generate_previews.sh @@ -34,8 +34,8 @@ for IMAGE in $IMAGES; do # Create the preview. This should be a 2 fifths resolution version of the original image convert $IMAGE -resize 40% $PREVIEW elif [ $WIDTH -gt 720 ] || [ $HEIGHT -gt 720 ]; then - # Create the preview. This should be a half resolution version of the original image - convert $IMAGE -resize 50% $PREVIEW + # Create the preview. This should be a 3 quarters resolution version of the original image + convert $IMAGE -resize 75% $PREVIEW else # Create the preview. This should be the original image cp $IMAGE $PREVIEW