Hi,
i use the Album module with the Tables-Template.
How is it possible to change the size of the shown image (not the thumpnails).
Thanks for your help!
Steffen
[solved] Album - How to change size of an Image
[solved] Album - How to change size of an Image
Last edited by Anonymous on Sat May 12, 2007 6:34 pm, edited 1 time in total.
- Elijah Lofgren
- Power Poster
- Posts: 811
- Joined: Mon Apr 24, 2006 1:01 am
- Location: Deatsville, AL
Re: Album - How to change size of an Image
Hi Steffen,
2. Click on the "Installed Templates" tab.
3. Click on the "Tables Template"
4. Find this:
5. Replace with something like this:
Elijah
1. Go to: Content » Photo AlbumsStoffel84 wrote: i use the Album module with the Tables-Template.
How is it possible to change the size of the shown image (not the thumpnails).
2. Click on the "Installed Templates" tab.
3. Click on the "Tables Template"
4. Find this:
Code: Select all
<img src="{$picture->picture}" alt="{$picture->name}" />
Code: Select all
<img src="{$picture->picture}" alt="{$picture->name}" />
Hope this helps,picture}" alt="{$picture->name}" width="600" height="480" />
Elijah
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. 

Re: Album - How to change size of an Image
Hi Elijah,
thanks for help.
With this trick i only resize the output of the image but how i am able to chance the resize value in the module?
I guess the album module resizes the uploaded images, right?
Steffen
thanks for help.
With this trick i only resize the output of the image but how i am able to chance the resize value in the module?
I guess the album module resizes the uploaded images, right?
Steffen
- Elijah Lofgren
- Power Poster
- Posts: 811
- Joined: Mon Apr 24, 2006 1:01 am
- Location: Deatsville, AL
Re: Album - How to change size of an Image
Hmmm.. I can't remember if I make Album resize the pictures or not...Stoffel84 wrote: Hi Elijah,
thanks for help.
With this trick i only resize the output of the image but how i am able to chance the resize value in the module?
I guess the album module resizes the uploaded images, right?
Steffen
Looking at the code, it looks like Album does not resize the pictures: http://viewsvn.cmsmadesimple.org/viewsv ... iew=markup
It does resize thumbnails though.
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. 

Re: Album - How to change size of an Image
Sorry you were right.
It seems as my customer had resized the images - without any message to me.....
Thanks for your time and sorry for my bad bad english
Steffen
It seems as my customer had resized the images - without any message to me.....
Thanks for your time and sorry for my bad bad english
Steffen