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

Document image optimization's fallback to JPEG #74312

Open
wants to merge 1 commit into
base: canary
Choose a base branch
from

Conversation

Eric-Arellano
Copy link

What?

Documents the behavior added in #35190 for the Image Optimization API's behavior when the source image is webp or AVIF and the browser does not support the image.

Why?

I want to migrate my project to store our files as AVIF. I was worried by Next.js's documentation suggesting that it would still serve the "original source file" even if the browser does not support AVIF. It wasn't until finding #35190 that I realized it's safe for me to store the image as AVIF.

@ijjk ijjk added the Documentation Related to Next.js' official documentation. label Dec 26, 2024
@ijjk
Copy link
Member

ijjk commented Dec 26, 2024

Allow CI Workflow Run

  • approve CI run for commit: e2940b5

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Related to Next.js' official documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants