Imagens Locais e Remotas
Publicado em 19 de maio de 2024 • 1 min leitura • 93 palavrasInclui imagens responsivas de fontes locais e provedores CDN selecionados.
As an example, the following shortcode displays an image with rounded corners and a 21x9 aspect ratio.
{{< image src="https://res.cloudinary.com/demo/dog.webp"
ratio="21x9" caption="Cloudinary image" class="rounded" plain=true >}}
As an example, the following shortcode displays an image with rounded corners and a 21x9 aspect ratio.
{{< image src="https://ik.imagekit.io/demo/default-image.jpg"
ratio="21x9" caption="ImageKit.io image" class="rounded" anchor="Center" >}}
As an example, the following shortcode displays an image with rounded corners and a 21x9 aspect ratio.
{{< image src="https://assets.imgix.net/examples/bluehat.jpg"
ratio="21x9" caption="imgix image" class="rounded" anchor="Top" >}}