Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions contribute/components/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down