Changing Thumb Width

tarkin
tarkin's picture

Joined: 2002-08-30
Posts: 5
Posted: Mon, 2002-09-09 16:22

Hi there,
I searched through the code but I don't find the file/line where I can change the size of the image thumbs. I'ld like to adjust the value 33% (so that the whole size of the screen is used - don't ask why :smile:.

Bye,
Benny

 
vallimar

Joined: 2002-08-15
Posts: 487
Posted: Tue, 2002-09-10 02:55

Well, I don't believe you can set it to a percentage and have it still work
out of the box. But the spot to change it is in the album properties screen.

If you need to do something more customized, then check the html_wrap
inline file and util.php.

 
tarkin
tarkin's picture

Joined: 2002-08-30
Posts: 5
Posted: Tue, 2002-09-10 13:10

Hi vallimar,
in the html_wrap/inline_gallerythumb.frame.default is just
<?= $tag ?>
instead of the image.
This tag is defined by
$tag = $gallery->html_wrap['thumbTag'];

But I couldn't follow the code where it sets the image width.

In util.php I also couldn't find something for my problem :???:

Bye,
Benny