Quote:
Originally Posted by SuthernKumfort
What I mean is all the image thumbs are the same size, which is square! In order for some of the pictures to be converted to thumbs, they need to keep the original shape of the picture. For Instance, take a look at this gallery:
clubshutterbug
See how some of the thumbnails are vertical, and some are horizontal? If they dont adjust to the actual shape of the image, then some of the images look stretched!
Any way you can take a look at this?
Soko
|
Look in the plugin for this
Code:
"$photoplog_linkto\"><img src=\"$photoplog_url\" style=\"width: 30px; height: 30px; padding: 1px; margin: 0px; border: 1px solid #CCCCCC;\" alt=\"\" /></a>
and change it to
Code:
"$photoplog_linkto\"><img src=\"$photoplog_url\" style=\"padding: 1px; margin: 0px; border: 1px solid #CCCCCC;\" alt=\"\" /></a>
that will make the pictures keep the aspect ratio