Skip to content

Commit f4bb947

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
updated readme.md
1 parent ced502b commit f4bb947

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -362,11 +362,11 @@ $imageURL = $imageKit->url(array(
362362
https://ik.imagekit.io/your_imagekit_id/tr:q-40/default-image.jpg
363363
```
364364

365-
#### 5. Adding overlays
365+
### 5. Adding overlays
366366

367367
ImageKit.io enables you to apply overlays to [images](https://docs.imagekit.io/features/image-transformations/overlay-using-layers) and [videos](https://docs.imagekit.io/features/video-transformation/overlay) using the raw parameter with the concept of [layers](https://docs.imagekit.io/features/image-transformations/overlay-using-layers#layers). The raw parameter facilitates incorporating transformations directly in the URL. A layer is a distinct type of transformation that allows you to define an asset to serve as an overlay, along with its positioning and additional transformations.
368368

369-
##### Text as overlays
369+
#### Text as overlays
370370

371371
You can add any text string over a base video or image using a text layer (l-text).
372372

@@ -386,12 +386,12 @@ $imageURL = $imageKit->url(array(
386386
]
387387
));
388388
```
389-
##### Sample Result URL
389+
#### Sample Result URL
390390
```
391391
https://ik.imagekit.io/your_imagekit_id/tr:h-300,w-400,l-text,i-Imagekit,fs-50,l-end/default-image.jpg
392392
```
393393

394-
##### Image as overlays
394+
#### Image as overlays
395395

396396
You can add an image over a base video or image using an image layer (l-image).
397397

@@ -411,12 +411,12 @@ $imageURL = $imageKit->url(array(
411411
]
412412
));
413413
```
414-
##### Sample Result URL
414+
#### Sample Result URL
415415
```
416416
https://ik.imagekit.io/your_imagekit_id/tr:h-300,w-400,l-image,i-default-image.jpg,w-100,b-10_CDDC39,l-end/default-image.jpg
417417
```
418418

419-
##### Solid color blocks as overlays
419+
#### Solid color blocks as overlays
420420

421421
You can add solid color blocks over a base video or image using an image layer (l-image).
422422

@@ -436,7 +436,7 @@ $imageURL = $imageKit->url(array(
436436
]
437437
));
438438
```
439-
##### Sample Result URL
439+
#### Sample Result URL
440440
```
441441
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
442442
```

0 commit comments

Comments
 (0)