Files
hinode/exampleSite/content/en/blog/image.md
2024-11-19 10:50:40 +01:00

1.5 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.

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

ImageKit.io

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

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

Imgix

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

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