Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads

New Spray pretty please?


DrChristina5000
 Share

Recommended Posts

I don't really do that many signatures anymore so sorry for assaulting your bandwidth >.>

I do alot of posters and album artwork etc.

 

If you do use that Christina you may need to resave it as a .gif or something, I made one for myself but it kept saying File Corrupted?? D:

Link to comment
Share on other sites

I don't really do that many signatures anymore so sorry for assaulting your bandwidth >.>

I do alot of posters and album artwork etc.

 

If you do use that Christina you may need to resave it as a .gif or something, I made one for myself but it kept saying File Corrupted?? D:

 

i already saved it and it worked fine.

Link to comment
Share on other sites

Guest The_Monkey
I don't really do that many signatures anymore so sorry for assaulting your bandwidth >.>

I do alot of posters and album artwork etc.

 

If you do use that Christina you may need to resave it as a .gif or something, I made one for myself but it kept saying File Corrupted?? D:

 

You are not assaulting my bandwidth, I just have a 1600x1200 monitor in portrait view for web surfing and development. Everyone's signature is fucking massive, and causes horizontal scroll bars. Hence, I just wrote this nice scriptlet to let me resize everyone's signatures to 600px wide after the page loads:

 

$('.signaturecontainer img').each(
function(){
if( $(this).width() > 600 )
$(this).width( 600 );
}
);

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share