Cloudinary supports placing emojis as image overlays!
It's possible to place emojis on images by placing them as text overlays as Special Characters:
Please note that to place the emojis correctly, the following should apply:
- To utilize the right text rendering engine, please use
w_
andc_fit
within the overlay transformation. - The emoji needs to be double HTML encoded. For example:
😛 -> %F0%9F%98%9B -> %25F0%259F%2598%259B
It's possible to encode emojis using this nifty tool:
Comments
0 comments
Please sign in to leave a comment.