From 16fdc78fef6de4988a6aa12e09ec88dc39c00be0 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Tue, 13 Sep 2022 16:54:23 +0100 Subject: [PATCH] image hack (#15642) --- contribute/components/images.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/contribute/components/images.md b/contribute/components/images.md index 647dab37ca..3687b947d9 100644 --- a/contribute/components/images.md +++ b/contribute/components/images.md @@ -6,11 +6,13 @@ toc_max: 3 ## Example -- A small image: ![a small cute image](/assets/images/footer_moby_icon.png) +- A small image: ![a small image](/assets/images/footer_moby_icon.png) - A small image that is a link. The extra newline here makes it not show inline: - [![a small cute image](/assets/images/footer_moby_icon.png)](https://www.docker.com/) + [![a small image](/assets/images/footer_moby_icon.png)](https://www.docker.com/) + +- 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"}