Hinod logo
  • О нас 
  • Блог 
  • Проекты 
    • Простой проект 
    • Другой проект 
  • Тэги 
  1. Главная
  2. Блог
  3. Местная и удалённая картинка

Местная и удалённая картинка

Дата: 19 мая 2024 г.  (Обновлено: 5 апреля 2026 г.) • 1 мин на чтение • 93 слов
Блог  
Блог  
Поделиться:
Hinod
Ссылка скопировать

Include responsive images from local sources and selected CDN image providers.

On this page
  • Cloudinary
  • ImageKit.io
  • Imgix
Местная и удалённая картинка
Фото: Ryoji Iwata -- Unsplash

Cloudinary  

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

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

ImageKit.io  

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

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

Imgix  

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

imgix image
imgix image
markdown
{{< image src="https://assets.imgix.net/examples/bluehat.jpg"
    ratio="21x9" caption="imgix image" class="rounded" anchor="Top" >}}
 Приветствие
Fourth post (excluded from search) 
On this page:
  • Cloudinary
  • ImageKit.io
  • Imgix
Подписка

Мы почти везде

               
Copyright © 2024 Dvesti Powered by Hinode.
Hinod
Код скопировать