Skip to content

Commit 6e3785e

Browse files
authored
Update README.md
1 parent 434da9b commit 6e3785e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ Another example, embedding a smaller version of an uploaded image while generati
9494

9595
MediaManager.get().url().transformation(new Transformation().width(90).height(90).crop("thumb").gravity("face")).generate("woman.jpg")
9696

97+
If your application is written in Kotlin you can use the syntax below:
98+
99+
MediaManager.get().url().transformation(Transformation<Transformation<*>>().width(90).height(90).crop("thumb").gravity("face")).generate("woman.jpg")
100+
97101
You can provide either a Facebook name or a numeric ID of a Facebook profile or a fan page.
98102

99103
Embedding a Facebook profile to match your graphic design is very simple:

0 commit comments

Comments
 (0)