From ee5b26047dcd09bf8a7a846aac396c6f4e49ca3f Mon Sep 17 00:00:00 2001 From: mohith2883 <88938356+mohith2883@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:17:53 +0530 Subject: [PATCH] Update responsive-images.mdx --- .../src/content/docs/guides/responsive-images.mdx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/src/content/docs/guides/responsive-images.mdx b/docs/src/content/docs/guides/responsive-images.mdx index 3c55d60..3771978 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'; @@ -60,7 +59,7 @@ in order to provide the responsive sizing. In the example above, the output would look like: -``` +```html Turtle/w_256,h_256,c_limit/... .../w_960,h_960,c_thumb//w_384,h_384,c_limit/... .../w_960,h_960,c_thumb//w_640,h_640,c_limit/...