@@ -291,7 +291,7 @@ For example:
291291``` js
292292< IKImage
293293 path= " /default-image.jpg"
294- transformation= {[{ " width" : 300 , " height" : 400 },{ " raw" : " l-text,i-Imagekit,fs-50,l-end" }]}
294+ transformation= {[{ " width" : 400 , " height" : 300 },{ " raw" : " l-text,i-Imagekit,fs-50,l-end" }]}
295295/ >
296296```
297297** Sample Result URL**
@@ -308,7 +308,7 @@ For example:
308308``` js
309309< IKImage
310310 path= " /default-image.jpg"
311- transformation= {[{ " width" : 300 , " height" : 400 },{ " raw" : " l-image,i-default-image.jpg,w-100,b-10_CDDC39,l-end" }]}
311+ transformation= {[{ " width" : 400 , " height" : 300 },{ " raw" : " l-image,i-default-image.jpg,w-100,b-10_CDDC39,l-end" }]}
312312/ >
313313```
314314** Sample Result URL**
@@ -325,7 +325,7 @@ For example:
325325``` js
326326< IKVideo
327327 path= " /img/sample-video.mp4"
328- transformation= {[{ " width" : 300 , " height" : 400 },{ " raw" : " l-image,i-ik_canvas,bg-FF0000,w-300,h-100,l-end" }]}
328+ transformation= {[{ " width" : 400 , " height" : 300 },{ " raw" : " l-image,i-ik_canvas,bg-FF0000,w-300,h-100,l-end" }]}
329329/ >
330330```
331331** Sample Result URL**
0 commit comments