| Large images are resized medium ones
Hi,
I have upgraded to the latest vb4.02 and pppro 7.1 and generally am really pleased with the way you have them working together.
Large photos. When clicking on a medium photo to view the large one members reported seeing the medium sized photo stretched to the size of the large one.
I looked at the showfull.php file and compared the contents to the previous version I had, and for those using watermark.php it had changed from:
$imgdisp = "<img width=\"$width\" height=\"$height\" src=\"{$Globals['maindir']}/watermark.php?file=$id\" border=\"0\" alt=\"$filename\" />";
To
$imgdisp = "<img width=\"$width\" height=\"$height\" src=\"{$Globals['maindir']}/watermark.php?file=$id&size=1\" border=\"0\" alt=\"$filename\" />";
That size=1 addition seemed likely to be the problem, and removing it has us back to displaying the real large size images.
I thought I should report that back to you.
Steve
|