-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
responsive images stable #11741
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
base: main
Are you sure you want to change the base?
responsive images stable #11741
Conversation
✅ Deploy Preview for astro-docs-2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
Description (required)
Un-experimentalizes responsive images!
Moves the responsive image docs (properties, guide, reference, explanations) to the proper locations throughout the stable docs.
In particular:
astro:assets
module pageexperimental
Additionally, with the addition of new image content, the Image Guide itself has been slightly reorganized and lightly edited with some overall improvements:
**Options:**
list at the start of each of these sections so that at a glance, it is easy to tell which image methods are available in that file type<h2>
to group all the "components" (<Image />
,<Picture />
, SVGs as components, creating a custom component (e.g.<BlogPostImage />
) for easy reuse of images that share default settings), and removing this content from within the "Images in.astro
files" section.astro
files. This draft instead optimizes for quickly identifying your image options based on the file type, but no longer provides all that content within that section. This allows readers to quickly see and compare how different file types work, and find the details later on the page in a dedicated section for components.Related issues & labels (optional)
For Astro version:
5.x
. See astro PR #. // will fill in when known