Quote:
Originally Posted by obmob
Hello... well, Andrew, i wanted to show a a thumbnail, a midsized image and maybe a fullsized image... and you told me there was certain code that can be used in linkbit templates to resize the images.
So i'd be able to set different size for a different template o.o
I'm sure it was here... i don't use any other LDM ^.^
Thanks
|
The url you need to add into your linkbit template will look something like this:
Code:
<if condition="$linkimg">http://yoursite/yourforums/local_resize.php?linkid=$linkid&size=M</if>
where M is the size at which you want to display the image.
For example, these links pull the same image from my site in tiny, small and medium sizes:
http://www.eirma.org/f3/local_resize...kid=96&size=10
http://www.eirma.org/f3/local_resize...kid=96&size=20
http://www.eirma.org/f3/local_resize...kid=96&size=50