edwardtufte / tufte-css

Style your webpage like Edward Tufte’s handouts.
https://edwardtufte.github.io/tufte-css/
MIT License
5.99k stars 459 forks source link

Optimize all images #121

Closed Saturate closed 7 years ago

Saturate commented 7 years ago

Optimized images losslessly for web, they could be scaled down as well, but I'm not sure if they are used in their full size, so this commit does not include that optimization.

This saves 5MiB for the page load.

Could help #119 with load time of the images.

daveliepmann commented 7 years ago

Thanks—these are definitely oversized for what we use them for.

Saturate commented 7 years ago

I can create a PR for the optimal sizes, seeing as the page has a max with this is easy to calculate - it would save about 1.4 MiB - quite a lot.

daveliepmann commented 7 years ago

👍