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

Convert all images to avif file format #2520

Open
Eric-Arellano opened this issue Dec 20, 2024 · 0 comments
Open

Convert all images to avif file format #2520

Eric-Arellano opened this issue Dec 20, 2024 · 0 comments

Comments

@Eric-Arellano
Copy link
Collaborator

Eric-Arellano commented Dec 20, 2024

avif is much more efficient than jpg, png, and gif. It's better than webp.

We should migrate every image to reduce a) our app's network requirements, and b) our Git repository size (blobs are particularly demanding).

Places to migrate:

  1. Our guides. We should automate it for our writers, such as with a linter that will check they are all converted and help them if not
  2. API docs. The MDX pipeline should convert.

TODO: Confirm our Next.js modal works with clicking the image to expand it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant