Skip to content

Commit 9f4e9a4

Browse files
committed
fix
1 parent b9f5b32 commit 9f4e9a4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

getting-started/using-the-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,39 +156,39 @@ Here's a base image (600x400 pixels) and how different cropping parameters affec
156156

157157
**Crop to 1:1 square from center** (`aspect_ratio=1_1&crop_height=100%`):
158158

159-
<img src="https://hcti.io/v1/image/019b7577-ecda-7fb7-9179-26c4609288e1?aspect_ratio=1_1&crop_height=100%" alt="1:1 aspect ratio crop" style="max-width: 300px;" />
159+
<img src="https://hcti.io/v1/image/019b7577-ecda-7fb7-9179-26c4609288e1?aspect_ratio=1_1&crop_height=100%25" alt="1:1 aspect ratio crop" style="max-width: 300px;" />
160160

161161
```
162162
?aspect_ratio=1_1&crop_height=100%
163163
```
164164

165165
**Crop left third** (`x_1=0&crop_width=33%`):
166166

167-
<img src="https://hcti.io/v1/image/019b7577-ecda-7fb7-9179-26c4609288e1?x_1=0&crop_width=33%" alt="Left third crop" style="max-width: 200px;" />
167+
<img src="https://hcti.io/v1/image/019b7577-ecda-7fb7-9179-26c4609288e1?x_1=0&crop_width=33%25" alt="Left third crop" style="max-width: 200px;" />
168168

169169
```
170170
?x_1=0&crop_width=33%
171171
```
172172

173173
**Crop center section** (`x_1=33%&x_2=66%`):
174174

175-
<img src="https://hcti.io/v1/image/019b7577-ecda-7fb7-9179-26c4609288e1?x_1=33%&x_2=66%" alt="Center third crop" style="max-width: 200px;" />
175+
<img src="https://hcti.io/v1/image/019b7577-ecda-7fb7-9179-26c4609288e1?x_1=33%&x_2=66%25" alt="Center third crop" style="max-width: 200px;" />
176176

177177
```
178178
?x_1=33%&x_2=66%
179179
```
180180

181181
**Crop right third** (`x_1=-33%&crop_width=33%`):
182182

183-
<img src="https://hcti.io/v1/image/019b7577-ecda-7fb7-9179-26c4609288e1?x_1=-33%&crop_width=33%" alt="Right third crop" style="max-width: 200px;" />
183+
<img src="https://hcti.io/v1/image/019b7577-ecda-7fb7-9179-26c4609288e1?x_1=-33%&crop_width=33%25" alt="Right third crop" style="max-width: 200px;" />
184184

185185
```
186186
?x_1=-33%&crop_width=33%
187187
```
188188

189189
**Crop to 16:9 aspect ratio** (`aspect_ratio=16_9&crop_width=100%`):
190190

191-
<img src="https://hcti.io/v1/image/019b7577-ecda-7fb7-9179-26c4609288e1?aspect_ratio=16_9&crop_width=100%" alt="16:9 aspect ratio crop" style="max-width: 100%;" />
191+
<img src="https://hcti.io/v1/image/019b7577-ecda-7fb7-9179-26c4609288e1?aspect_ratio=16_9&crop_width=100%25" alt="16:9 aspect ratio crop" style="max-width: 100%;" />
192192

193193
```
194194
?aspect_ratio=16_9&crop_width=100%

0 commit comments

Comments
 (0)