MyBB Community Forums

Full Version: MyBB shrinks width of signature image.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB shrinks the width of an image in the signature.

Image I want:
https://i.ibb.co/TkkCqC5/flvffywvffy.png

Image I get:
https://prnt.sc/xVNRV0lRLYSF

Thanks for any help!
it's probably the css problem

You can fix it by giving full width to img like width: 100%;
(2022-09-25, 03:17 PM)PARADOXP Wrote: [ -> ]it's probably the css problem

You can fix it by giving full width to img like width: 100%;

Thanks! This fixed the problem.  Heart