Skip to content

Commit b858c6c

Browse files
committed
fix: usage docs
1 parent 45eee42 commit b858c6c

File tree

1 file changed

+0
-3
lines changed
  • docs/src/routes/components/CldImage/usage

1 file changed

+0
-3
lines changed

docs/src/routes/components/CldImage/usage/+page.svx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ The sizes prop is optional.
3838
width="960"
3939
height="600"
4040
src="cld-sample-4"
41-
sizes="100vw"
4241
alt="Description of my image"
4342
/>
4443

@@ -55,7 +54,6 @@ You can further take advantage of Cloudinary features like background removal an
5554
src="<Public ID>"
5655
crop="thumb"
5756
tint="70:blue:green:purple"
58-
sizes="100vw"
5957
alt="Description of my image"
6058
/>
6159
```
@@ -66,7 +64,6 @@ You can further take advantage of Cloudinary features like background removal an
6664
src="cld-sample-4"
6765
crop="thumb"
6866
tint="70:blue:green:purple"
69-
sizes="100vw"
7067
alt="Description of my image"
7168
/>
7269

0 commit comments

Comments
 (0)