XF 2.0 How to limit giphy signature size?

SuperMonis

Member
I currently have this in my extra.less
Code:
.message-signature
{
    .bbWrapper
    {
        .bbImage
        {
            max-width: 500px;
            max-height: 100px;
            overflow-x: auto;
            overflow-y: auto;
        }
    }
}
It works for scaling down the size of an image however it doesn't affect signatures like this:
8UagRxb.png
 
Top Bottom