From 5c7865b56648135e1ff99d1fc14a4e6dfc540560 Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Tue, 30 May 2023 13:59:37 +0200 Subject: [PATCH] Clarify image sizing Signed-off-by: Chris Chinchilla --- contribute/components/images.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contribute/components/images.md b/contribute/components/images.md index 3687b947d9..21df3abc89 100644 --- a/contribute/components/images.md +++ b/contribute/components/images.md @@ -14,7 +14,7 @@ toc_max: 3 - Make the image open in a new tab: [![an image](/assets/images/footer_moby_icon.png)](/assets/images/footer_moby_icon.png){: target="_blank" rel="noopener" class="_"} -- Set the size of an image: ![a pretty wide image](/assets/images/banner_image_24512.png){:width="750px"} +- Set the width of an image: ![a pretty wide image](/assets/images/banner_image_24512.png){:width="750px"} - A big wide image: ![a pretty wide image](/assets/images/banner_image_24512.png) @@ -29,7 +29,7 @@ toc_max: 3 [![a small cute image](/assets/images/footer_moby_icon.png)](https://www.docker.com/) -- Set the size of an image: ![a pretty wide image](/assets/images/banner_image_24512.png){:width="750px"} +- Set the width of an image: ![a pretty wide image](/assets/images/banner_image_24512.png){:width="750px"} - A big wide image: ![a pretty wide image](/assets/images/banner_image_24512.png)