-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to make smiles list bigger #202
Comments
Hey! Line 1188 in d6aae0f
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, |
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 ? |
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 ..
The text was updated successfully, but these errors were encountered: