From aac65b49577937a2f9ca17d92c041545e4318f8a Mon Sep 17 00:00:00 2001 From: Ivan <36266839+babasuck@users.noreply.github.com> Date: Wed, 19 Jan 2022 18:13:04 +0800 Subject: (ru) Fix broken image at "Responsive images" page (#3735) --- .../learn/html/multimedia_and_embedding/responsive_images/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files') diff --git a/files/ru/learn/html/multimedia_and_embedding/responsive_images/index.html b/files/ru/learn/html/multimedia_and_embedding/responsive_images/index.html index 474f317658..c3affff3ab 100644 --- a/files/ru/learn/html/multimedia_and_embedding/responsive_images/index.html +++ b/files/ru/learn/html/multimedia_and_embedding/responsive_images/index.html @@ -170,7 +170,7 @@ translation_of: Learn/HTML/Multimedia_and_embedding/Responsive_images

Этот код позволяет нам выводить отзывчивое изображение и на широких, и на узких экранах, как показано ниже:

-

Our example site as viewed on a wide screen - here the first image works ok, as it is big enough to see the detail in the center.Our example site as viewed on a narrow screen with the picture element used to switch the first image to a portrait close up of the detail, making it a lot more useful on a narrow screen

+

Our example site as viewed on a wide screen - here the first image works ok, as it is big enough to see the detail in the center.Our example site as viewed on a narrow screen with the picture element used to switch the first image to a portrait close up of the detail, making it a lot more useful on a narrow screen

Примечание: вам следует использовать атрибут media только при художественном оформлении; когда вы используете media, не применяйте медиа-условия с атрибутом sizes.

@@ -199,7 +199,7 @@ translation_of: Learn/HTML/Multimedia_and_embedding/Responsive_images

Активное обучение: реализация собственных адаптивных изображений

-- cgit v1.2.3-54-g00ecf