[Solved]: Thumbnails [Solved]: Thumbnails
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Solved]: Thumbnails

Started by Lauren, June 09, 2004, 03:55:53 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Lauren

It makes the thumbnails for me, but I like to make my own. Because let's say the image is 640x480... the thumb would have to be to that scale, like 100x75. But then it won't be the same as all of the other images which are different sizes. So I take only part of the picture in my thumbnails, and resize that so they're all 100x100. I like them to be even. But when I upload my own thumbnails, they still resize those to be in proportion with the picture. How can I get rid of that, so the thumb is just whatever size the file I uploaded (thumb_image.jpg) is?

Joachim Müller

remove the width and height attributes out of the <img>-tags for thumbnails.

GauGau

Lauren

#2
Ok thank you, I figured out what I needed to change.  ;D

josh105

Where do I make those changes?  I'm new to Coppermine and I like my thumbnails all to be the same size as well. Is there a way I can modify Coppermine to automatically make my thumbnails 100px x 100px?