Open nikosuk opened 3 years ago
Hey! See this line https://github.com/jordandelozier/wysibb/blob/d6aae0fc5068442debf3c8bf018b879ac0c1ff01/jquery.wysibb.js#L1188
There is the html generated. You can trying to add the size there. Otherweise use css like:
span.smile img {
width: 128px !important;
height: auto !important;
}
Hello, thanks for your answer. i managed to resize icons using css. but the smilebox needs to be bigger as well to fit the bigger icons. How do i make the box bigger as the icons get bigger ?? Thanks one more time !
See line 1185 in the javascript. There is the html wrapping element. You need to add a class there to get grid on that via css or you use javascript to add a class via querySelector. I'm only at my cellphone, so I cannot give you more details for now. Try it by yourself or wait until next week 😅
@basteyy Could you please elaborate ?
I am not sure where to ask this, i hope is the right place. i am using wysibb in my website, and i have enabled smiles.
How did you get the smileys enabled? I been trying for ages with no luck. thanks
Hello, first of all i d like to thank you for your great work.
I am not sure where to ask this, i hope is the right place. i am using wysibb in my website, and i have enabled smiles.
My problem is that i would like the icons in the list ( and the box) to appear larger . Maybe twice in size. Right now they are too small to see.
What should i do to make them bigger ?
Thank you in advance for your answer ..