Files
hinode/exampleSite/content/en/blog/image.md
2024-05-28 11:40:38 +02:00

1.3 KiB

author, title, date, description, tags, thumbnail
author title date description tags thumbnail
Mark Dumay Local and remote images 2024-05-19 Include responsive images from local sources and selected CDN image providers.
blog
url
https://assets.imgix.net/examples/bluehat.jpg

Cloudinary

As an example, the following shortcode displays an image with rounded corners and a 21x9 aspect ratio.

{{< example lang="hugo" >}} {{</* image src="https://res.cloudinary.com/demo/image/upload/dog.webp" ratio="21x9" caption="Cloudinary image" class="rounded" plain=true */>}} {{< /example >}}

ImageKit.io

As an example, the following shortcode displays an image with rounded corners and a 21x9 aspect ratio.

{{< example lang="hugo" >}} {{</* image src="https://ik.imagekit.io/demo/default-image.jpg" ratio="21x9" caption="ImageKit.io image" class="rounded" */>}} {{< /example >}}

Imgix

As an example, the following shortcode displays an image with rounded corners and a 21x9 aspect ratio.

{{< example lang="hugo" >}} {{</* image src="https://assets.imgix.net/examples/bluehat.jpg" ratio="21x9" caption="imgix image" class="rounded" */>}} {{< /example >}}