Smilies are not responsive

Rhodium

Active member
Licensed customer
We have a smilie of 455x341px that breaks the responsive design, i need to edit core_smilie.less to fix that.
 
That's not quite the size of a traditional smilie :D

Try this in extra.less:

Code:
.bbWrapper img.smilie {
    max-width: 100%;
}
 
Back
Top Bottom