/ Published in: JavaScript
Other available sizes include:
"48X48", "100X75", "160X120", "320X240", "420X315", "730X550"
Place this script in your AC footer.
"48X48", "100X75", "160X120", "320X240", "420X315", "730X550"
Place this script in your AC footer.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// Resize Profile image if (Ka.Info.PAGE == "pages/kickPlaceServerSide.jsp") { $j('#ka_profileImg span').each(function() { var newStyle = $j(this).attr('style').replace('160x120', '320x240'); $j(this).attr('style', newStyle); var newStyle = $j(this).attr('style').replace('160X120', '320X240'); $j(this).attr('style', newStyle); }); }