diff --git a/docs/src/content/docs/guides/responsive-images.mdx b/docs/src/content/docs/guides/responsive-images.mdx index 6138c3d..2ba9374 100644 --- a/docs/src/content/docs/guides/responsive-images.mdx +++ b/docs/src/content/docs/guides/responsive-images.mdx @@ -6,7 +6,6 @@ head: content: Responsive Images - Astro Cloudinary --- import { CldImage } from '../../../../../astro-cloudinary'; - import CodeBlock from '../../../components/CodeBlock.astro'; import HeaderImage from '../../../components/HeaderImage.astro'; @@ -47,7 +46,7 @@ application, such as: 33vw" alt="" /> - ``` +``` This would give you roughly full width images on mobile, a 2-column layout on @@ -119,22 +118,21 @@ In an example such as: import { CldImage } from 'astro-cloudinary'; - ``` +``` Each image will be cropped to a 1:1 ratio represented by the width and height provided. -As the underlaying Unpic Image component generates an image for each responsive size, +As the underlying Unpic Image component generates an image for each responsive size, Cloudinary will use those sizes when building the URL, for example: - ```html Turtle/w_256,h_256,c_limit/... .../w_960,h_960,c_thumb//w_384,h_384,c_limit/...