Compress images on the front page
Closed this issue · 1 comments
link2xt commented
E.g. https://delta.chat/assets/blog/screenshots/2019-12-17-delta-chat-google-play-release-group-light.png is >700kb currently.
Would be nice to resize them, name something like thumbnail...
and link img
tag to them with a link to the original screenshot on click.
link2xt commented
Made a PR: #707
Doing this in assets
folder:
convert -resize 120x blog/screenshots/2019-12-17-delta-chat-google-play-release-chat-list-light.png blog/screenshots/2019-12-17-delta-chat-google-play-release-chat-list-light-thumbnail.png
I optimized the images with oxipng -Z
afterwards.