Quote:
Originally Posted by Ranma2k
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 ..
|
if an image is 800 x 800 it looks funny when scaled down to 320 x 240
I personally leave out the HEIGHT
that way it remains a fixed width and have a cleaner look when viewing
I use
PHP Code:
<if condition="$vbimghost[thumpsize]">
width="320"
</if>
nicer look ( IMO )
request
anyway to have a more private path ?
currently it displays http://www.domain.com/forumpath/storagepath/imagename.jpg
how to make image path more like
http://www.domain.com/forum/image.php?u=800&dateline=123456 ???