Skip to content

Commit b7c1ab9

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
updated readme.md
1 parent a83ad09 commit b7c1ab9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ image_url = imagekit.url({
247247
```
248248
https://ik.imagekit.io/your_imagekit_id/tr:h-300,w-400,l-text,i-Imagekit,fs-50,l-end/default-image.jpg
249249
```
250+
250251
**Image as overlays**
251252

252253
You can add an image over a base video or image using an image layer (l-image).
@@ -277,7 +278,7 @@ For example:
277278

278279
```python
279280
image_url = imagekit.url({
280-
"path": "/default-image",
281+
"path": "/img/sample-video",
281282
"url_endpoint": "https://ik.imagekit.io/your_imagekit_id/endpoint/",
282283
"transformation": [{
283284
"height": "300",
@@ -288,7 +289,7 @@ image_url = imagekit.url({
288289
```
289290
**Sample Result URL**
290291
```
291-
https://ik.imagekit.io/your_imagekit_id/tr:h-300,w-400,l-image,i-ik_canvas,bg-FF0000,w-300,h-100,l-end/default-image.jpg
292+
https://ik.imagekit.io/your_imagekit_id/tr:h-300,w-400,l-image,i-ik_canvas,bg-FF0000,w-300,h-100,l-end/img/sample-video.mp4
292293
```
293294

294295
**List of transformations**

0 commit comments

Comments
 (0)