The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Signature Max Size

Go down

Signature Max Size Empty Signature Max Size

Post by RevexAU May 6th 2012, 1:49 pm

Hello I would like to set max size on users signatures to 805x315 Pixels.

Can someone supply me with the CSS Code or Java code or whatever I need to do to make this happen.
RevexAU
RevexAU
Forumember

Posts : 101
Reputation : 4
Language : english

Back to top Go down

Signature Max Size Empty Re: Signature Max Size

Post by Guest May 6th 2012, 2:19 pm

Hello, RevexAU!

I'm not entirely sure this will work for phBB3, as it does for phpBB2. You can post up this code in your CSS, which will take any signature that is larger than your desired size and shrink it down to the required size for you:

Code:
.signature_div img {
max-width: 805px; max-height: 315px;
}

I hope this helps,
Leah7
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum