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

Add "priority" section to Image Optimization doc #30218

Merged
merged 4 commits into from Oct 25, 2021
Merged

Conversation

kara
Copy link
Collaborator

@kara kara commented Oct 23, 2021

This change addresses some feedback that some users don't realize
that the priority attribute exists and is critical for managing
LCP when using the next/image component. It adds a dedicated
section to the Image Optimization doc that explains how and when
to use the attribute.

Fixes #29624

Documentation / Examples

  • Make sure the linting passes by running yarn lint

@ijjk ijjk added created-by: Chrome Aurora PRs by the Google Chrome team: https://web.dev/aurora type: documentation labels Oct 23, 2021
This change addresses some feedback that some users don't realize
that the `priority` attribute exists and is critical for managing
LCP when using the next/image component. It adds a dedicated
section to the Image Optimization doc that explains how and when
to use the attribute.

Fixes vercel#29624
@kodiakhq kodiakhq bot merged commit 2fe5d01 into vercel:canary Oct 25, 2021
@vercel vercel locked as resolved and limited conversation to collaborators Jan 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
created-by: Chrome Aurora PRs by the Google Chrome team: https://web.dev/aurora
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Explain "priority" attribute in "Image Optimization" guide
3 participants