thunderbird / thunderbird-website

Build code for the websites on thunderbird.net and start.thunderbird.net
https://www.thunderbird.net
148 stars 75 forks source link

Image optimizations for EOY Appeal 2023 #531

Closed MelissaAutumn closed 10 months ago

MelissaAutumn commented 10 months ago

This will hopefully be the last piece of this appeal!

I've adjusted high_res_img to allow for a variable scale (defaults to 1.5x) and a tuple of alternate formats (ordered by tuple position, so if you have ('avif', 'webp'), the browser will pick 'avif' first.)

I've also went ahead and converted the images where it made sense (at a small file size of 10kb~ webp wins out over avif) and applied image sets to the background images so they can fall back gracefully as well.

You can't really tell the difference in photos but here they are anyway. Overall a image transfer reduction (no network compression) of 32% (1.25mb -> 403kb~)

Before: Screen Shot 2023-11-22 at 10 46 53-fullpage

After: Screen Shot 2023-11-22 at 10 46 38-fullpage