Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 1, 20177 yr Hello, I want to set a standard size for uploaded emoticons. The emoticons I've uploaded are 128x128px but I want to display them in the text editor and on the forum with 30px (so that the user doesn't have to resize it by hand since 128px is quite large). Since I didn't see any options in the menu, where would I have to change the css? I know it should be something like "max-height: 30px" but I can't really figure out which style sheet I need and where I have to add this. Thanks in advance!
December 1, 20177 yr Author Thanks, it works so far with pasting the emoticons in the text editor. Is there also any way to set the max-heigt to a certain emoticons category? I noticed the changes don't apply to the emoticons picker. If I select a category then I have the original sized emoticons. Any way to customize this as well?
December 1, 20177 yr Community Expert 16 minutes ago, Alexander R. Gruber said: Thanks, it works so far with pasting the emoticons in the text editor. Is there also any way to set the max-heigt to a certain emoticons category? No. The category data isn’t part of the code that is created. You can however address each emoticon by its title if you really need to set different values. img[title=":heart-eyes:"] { //something }
Archived
This topic is now archived and is closed to further replies.