Page 2 of 2

Posted: December 26th, 2012, 2:39 pm
by Newah
I like it.

Posted: December 26th, 2012, 5:53 pm
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!

Posted: December 27th, 2012, 2:36 pm
by Dum
yes proto, my signature is the best.

Posted: January 16th, 2014, 10:07 am
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.

Posted: January 16th, 2014, 10:31 am
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!

Posted: January 16th, 2014, 10:50 am
by ThatOneFox
For me, the best size is 900x100. Anything over 100 pixels tall gets chopped.

Posted: January 16th, 2014, 3:08 pm
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.