diff --git a/docs/3.api/1.components/10.nuxt-picture.md b/docs/3.api/1.components/10.nuxt-picture.md index 88577c3cc38a..557695c3a92b 100644 --- a/docs/3.api/1.components/10.nuxt-picture.md +++ b/docs/3.api/1.components/10.nuxt-picture.md @@ -1,6 +1,6 @@ --- title: "" -description: "Nuxt provides a component to handle automatic image optimization." +description: "Nuxt предоставляет компонент для автоматической оптимизации изображений." links: - label: Исходники icon: i-simple-icons-github @@ -8,20 +8,20 @@ links: size: xs --- -`` is a drop-in replacement for the native `` tag. +`` - это прямая замена нативного тега ``. -Usage of `` is almost identical to [``](/docs/api/components/nuxt-img) but it also allows serving modern formats like `webp` when possible. +Использование `` практически идентично [``](/docs/api/components/nuxt-img), но также, когда это возможно, позволяет использовать современные форматы, такие как `webp`. -Learn more about the [`` tag on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture). +Узнайте больше о теге [`` в MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture). ## Настройка -In order to use `` you should install and enable the Nuxt Image module: +Для того чтобы использовать ``, вам необходимо установить и включить модуль Nuxt Image: ```bash [Terminal] npx nuxi@latest module add image ``` ::read-more{to="https://image.nuxt.com/usage/nuxt-picture" target="_blank"} -Read more about the `` component. +Узнать больше о компоненте ``. ::