diff --git a/docs/src/pages/docs/en/components/media-poster-image.mdx b/docs/src/pages/docs/en/components/media-poster-image.mdx index b674877bf..46e2c82dd 100644 --- a/docs/src/pages/docs/en/components/media-poster-image.mdx +++ b/docs/src/pages/docs/en/components/media-poster-image.mdx @@ -14,6 +14,8 @@ For example, you can show a blurhash that mirrors the colors that will appear wi You can either use the `` component as a static image on its own, or, add the `slot="poster"` attribute to associate it with the underlying video element for click-to-play. +> This component is reliant on Javascript to load the poster image. If better control or better performance is desired, you can use `` instead. Set a placeholder via the `background-image` CSS property in the `style` attribute. + ## With `src`