You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation says that getPicture takes in an object with the same properties as <Picture /> but I am unable to pass an object with the alt property.
What version of
astro
are you using?1.6.12
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
npm
What operating system are you using?
Mac
Describe the Bug
https://docs.astro.build/en/guides/integrations-guide/image/#getpicture
The documentation says that
getPicture
takes in an object with the same properties as<Picture />
but I am unable to pass an object with thealt
property.Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-8vejxa?file=src%2Fpages%2Findex.astro&on=stackblitz
Participation
The text was updated successfully, but these errors were encountered: