# Making assets fly on the Jamstack with Image CDNs

## Useful links and resources

- [MMT Meetup slides](https://slides.com/accudio/making-assets-fly-on-the-jamstack-with-image-cdns)
- [Jamstack London slides](https://slides.com/accudio/image-optimisation-for-the-jamstack-with-image-cdns)
- [Great tool for optimising images manually — squoosh.app](https://squoosh.app/)
- [Serving multiple image qualities depending on screen density — Jake Archibald](https://jakearchibald.com/2021/serving-sharp-images-to-high-density-screens/)
- [Image Optimisation — book by Addy Osmani](https://www.smashingmagazine.com/2021/04/image-optimization-pre-release/)
- [The site used in the 'case study' — 1896 Gallery](https://1896gallery.com/)
- [Example Eleventy shortcode abstraction](https://gist.github.com/Accudio/f7625f4d67ec3598e9f06e9b63b2552a)
- [Images Responsiver plugin for 11ty — Nicolas Hoizey](https://github.com/nhoizey/images-responsiver)
- [Example React component abstraction](https://gist.github.com/Accudio/1250f383ca0a084d58ce923d1ae18eee)
- [Performance and feature comparison of major Image CDNs (2019) — Maximiliano Firtman](https://firt.dev/image-cdn)
- [Chris Coyier's thoughts on proxying Image CDNs and local development](https://css-tricks.com/cloudinary-fetch-with-eleventy-respecting-local-development/)
- [How to proxy Cloudinary requests using Netlify Rewrites — Tim Kadlec](https://timkadlec.com/remembers/2020-11-17-netlify-proxy-requests/)
