Skip to content

Commit

Permalink
docs: warn <NuxtPicture> doesn't support different sources (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehoczky committed Apr 22, 2024
1 parent 1a227d2 commit d8e14ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/content/2.usage/2.nuxt-picture.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Usage of `<NuxtPicture>` is almost identical to [`<NuxtImg>`](nuxt-img) but also

Learn more about the [`<picture>` tag on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture).

::callout{icon="i-heroicons-exclamation-triangle" color="amber"}
Unlike the native [`<picture>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture), `<NuxtPicture>` currently doesn't support using multiple image sources. See [#309](https://github.com/nuxt/image/issues/309) for more info.
::

## Props

::callout
Expand Down

0 comments on commit d8e14ed

Please sign in to comment.