The forum has been archived
While the forum may not be active, the community still lives on Discord! Click here to join us.

Maximum Signature Size

A place to talk about our community
User avatar
Newah
Member
Posts: 320
Joined: October 10th, 2012, 12:05 am

Post by Newah »

I like it.
User avatar
Semesto
Well-Known Member
Posts: 1386
Joined: October 9th, 2012, 12:35 am

Post by Semesto »

Wowfunhappy wrote:*In the parallel universe where Wowfunhappy is actually good with css, he has modified the forum to do exactly that.*

*In this universe, he just sighs.*
Neah this way it's more consistent!
User avatar
Dum
Member
Posts: 43
Joined: December 15th, 2012, 1:26 pm

Post by Dum »

yes proto, my signature is the best.
User avatar
Entity
Editorial Staff
Posts: 3097
Joined: November 29th, 2012, 9:41 pm
Design Competitions Voted: 1

Post by Entity »

Bumping this thread instead of making a new one. What's the limit currently? I think it's bigger than 100 pixels now... I can't tell though.

Also is there any way to make it so that my image stays at y-height pixels and the edges get cropped when the page gets smaller? Currently the image scales so that the width matches the page width.
:crate: :crate: :crate: :crate: :crate: :crate:
User avatar
Phantomboy
Moderator
Posts: 5417
Joined: October 9th, 2012, 11:04 am

Post by Phantomboy »

This sounds like something Sebastian or Streetlights might know :P To me it seems to cut off exactly at 100px, also - I don't believe so. that could possibly be more like how the website or possibly even the web-browser handles images - but I will look into that!
Image
User avatar
ThatOneFox
Moderator
Posts: 17612
Joined: January 20th, 2013, 5:53 pm
Design Competitions Voted: 1
Contact:

Post by ThatOneFox »

For me, the best size is 900x100. Anything over 100 pixels tall gets chopped.
:skull: :bungee: Keith Keiser has a better ass than you :bungee: :skull:
User avatar
Entity
Editorial Staff
Posts: 3097
Joined: November 29th, 2012, 9:41 pm
Design Competitions Voted: 1

Post by Entity »

Okay, yeah 100px actually does seem right.

As far as the image scaling, it's definitely the site. My signature translates to this in HTML:

[HTML]<img src="http://www.theadamgaskins.com/upload/63 ... e_sig1.jpg" class="bbCodeImage" alt="[IMG]" style="">[/HTML]

And in the CSS:

Code: Select all

.bbCodeImage
{
    max-width: 100%;
}
So if someone could just remove that one little line (max-width: 100%) that would fix things xP Although it's not exactly a problem, and it'd probably be more hassle than it's worth. Oh well.
:crate: :crate: :crate: :crate: :crate: :crate:
Post Reply