|
*cough*
May 3, 2012 15:41:30 GMT -6
Post by Ira Seran on May 3, 2012 15:41:30 GMT -6
>.>
<.<
<script type="text/javascript"> <!-- /* avatar size limit by california */
var maxWidth=150; var maxHeight=200;
var img=document.getElementsByTagName("img"); for(i=0;i<img.length;i++){ if(img.width>maxWidth && img.alt.match(/\[avatar\]/i)){ img.style.height=""+(img.height*maxWidth/img.width)+"px"; img.style.width=""+maxWidth+"px"; } if(img.height>maxHeight && img.alt.match(/\[avatar\]/i)){ img.style.width=""+(img.width*maxHeight/img.height)+"px"; img.style.height=""+maxHeight+"px"; } } // --> </script>
|
|
|
*cough*
May 3, 2012 16:42:57 GMT -6
Post by Kevala Katashi on May 3, 2012 16:42:57 GMT -6
Yeah, I am a lil slow when it comes to random code being thrown at me. Just lemme know what this does and where to put it so I can make sure its doing what its supposed to be.
<3
|
|
|
*cough*
May 3, 2012 16:45:27 GMT -6
Post by Alistair Warden on May 3, 2012 16:45:27 GMT -6
I think it makes the avatar size bigger, 150-200, if I'm not mistaken
|
|
|
*cough*
May 7, 2012 20:55:12 GMT -6
Post by Ira Seran on May 7, 2012 20:55:12 GMT -6
^^ yer..... of course you can change the size to how ever you want by changing those two figures......... you put it in global footer =D *stares* i think it was global footer...... *stares* yup pretty sure its global footer...
|
|
Aryanna Katashi
New Member
[M:2350]
Life isn't about finding yourself...Its about creating yourself...
Posts: 163
|
*cough*
May 7, 2012 21:29:34 GMT -6
Post by Aryanna Katashi on May 7, 2012 21:29:34 GMT -6
Alright, I will get around to adding it in sometime tonight. *nodnod*
|
|
|
*cough*
May 8, 2012 21:52:52 GMT -6
Post by Ira Seran on May 8, 2012 21:52:52 GMT -6
<script type="text/javascript"> <!-- /* Remove avatar size limits for everyone by california */ var img=document.getElementsByTagName("img"); if(location.href.match(/=(display|viewprofile|search2|pmview|recent)/)){ for(i=0;i<img.length;i++){ if(img.alt=="[avatar]"){ var t=img.parentNode; var s=t.innerHTML.replace(/width=.?\d+?.?/i,''); t.innerHTML=s.replace(/height=.?\d+?.?/i,''); } } } // --> </script>
<script type="text/javascript"> <!-- /* avatar size limit by california */
var maxWidth=150; var maxHeight=200;
var img=document.getElementsByTagName("img"); for(i=0;i<img.length;i++){ if(img.width>maxWidth && img.alt.match(/\[avatar\]/i)){ img.style.height=""+(img.height*maxWidth/img.width)+"px"; img.style.width=""+maxWidth+"px"; } if(img.height>maxHeight && img.alt.match(/\[avatar\]/i)){ img.style.width=""+(img.width*maxHeight/img.height)+"px"; img.style.height=""+maxHeight+"px"; } } // --> </script>
try that...
|
|