+ 4
Can we adjust the size of Emojis like of texts. If How??
3 odpowiedzi
+ 6
Using css
Body{
font-size:2em;
}
+ 3
img.emojione {  
 // Override any img styles to ensure Emojis are displayed inline
 margin: 0px !important;
 display: inline !important;
}



