Resize Logo / Header ProJam Light
Design and Skin Customization
You'll want to search for this code:
<a href="{$jamroom_url}">{jrCore_image image="logo.png" class="img_scale" alt=$_conf.jrCore_system_name title=$_conf.jrCore_system_name style="max-width:375px;max-height:80px;" custom="logo"}</a>in your skins/jrProJamLight/header.tpl and change the max-width: and max-height: or just change it to this:
<a href="{$jamroom_url}">{jrCore_image image="logo.png" class="img_scale" alt=$_conf.jrCore_system_name title=$_conf.jrCore_system_name custom="logo"}</a>Hope this helps!