intermediate photo resized as thumbnail intermediate photo resized as thumbnail
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

intermediate photo resized as thumbnail

Started by enwhysee, November 17, 2007, 07:25:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

enwhysee

I installed the mod & set the thumbnails to be an exact size 80x95. The thumbnails are being cropped & sharped like I wanted, however my intermediate photos are being squished into 80x95 dimensions via HTML (width="80" height="90"). My max width of intermediate photos is set to 600 and the actual image IS 600px wide, but the HTML is squishing it to the aforementioned width & height.

example:
[Edit GauGau] Replaced hotlinked image with attachment [/Edit]

Stramm



Stramm

That's issues of your custom theme. The intermediate resize as they should. Some code in the theme html resizes the pics to the thumb size. Just switch to eg. the classic theme to verify.

If you want, you can zip your theme.php and attach it to your next post.

enwhysee

Quote from: Stramm on November 17, 2007, 08:09:56 PM
That's issues of your custom theme. The intermediate resize as they should. Some code in the theme html resizes the pics to the thumb size. Just switch to eg. the classic theme to verify.

If you want, you can zip your theme.php and attach it to your next post.


It was indeed some coding in the theme.php. Thanks for you help!! :)