Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move all images to webp #117

Open
notthetup opened this issue Nov 24, 2020 · 0 comments
Open

Move all images to webp #117

notthetup opened this issue Nov 24, 2020 · 0 comments
Assignees

Comments

@notthetup
Copy link
Member

webp image format provides improved loading time and performance compared to jpg and with the upcoming update to Safari it will be supported by most browsers https://caniuse.com/?search=webp

We should consider moving to webp.

The cleanest approach is to build an asset pipeline for all our assets so we can "transform" them as needed (compress, scale, convert to file format etc)

Once we have this asset pipeline, we can resuse it in various places.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants