Rhodium Active member Jun 16, 2018 #1 We have a smilie of 455x341px that breaks the responsive design, i need to edit core_smilie.less to fix that.
We have a smilie of 455x341px that breaks the responsive design, i need to edit core_smilie.less to fix that.
Rhodium Active member Jun 16, 2018 #2 Why thread moved? Thats a bug of default style, it's easy to fix but is a bug. Upvote 0 Downvote
Russ Well-known member Jun 18, 2018 #3 That's not quite the size of a traditional smilie Try this in extra.less: Code: .bbWrapper img.smilie { max-width: 100%; } Upvote 0 Downvote
That's not quite the size of a traditional smilie Try this in extra.less: Code: .bbWrapper img.smilie { max-width: 100%; }