deltachat/deltachat-pages

Compress images on the front page

Closed this issue · 1 comments

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.

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.