Quote:
Originally Posted by Bratz-Designs
I love this new hack, but i only have one question....Is there a way to change the size of the preview image? The images we are hosting are small...and it gets streched alot...
Bratzer
|
it will only set the thump to 320 * 240 if the width or the height is equal or bigger than 320 * 240
otherwise it will show the pic in it's true size ..
if you want to change the value you can do that from the template
in template : vbimghost_imgbits
find :
PHP Code:
<if condition="$vbimghost[thumpsize]">
width="320" height="240"
</if>
either change the values or remove it ..