- Posts: 2
- Thank you received: 0
Image size
-
c10
Inactive member - Topic Author
- New Member
Less
More
15 years 4 weeks ago #377
by c10
Image size was created by c10
If I say
Width of enlarged image: 400
and same for height it makes all images 400x400 This makes it impossible to have portrait and landscape pictures in 1 album.
How to handle?
Width of enlarged image: 400
and same for height it makes all images 400x400 This makes it impossible to have portrait and landscape pictures in 1 album.
How to handle?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6769
- Thank you received: 719
15 years 4 weeks ago #379
by milos
Replied by milos on topic Re: Image size
Correct. All images in an album must have the same proportions.
Please Log in to join the conversation.
-
c10
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
15 years 4 weeks ago #380
by c10
Replied by c10 on topic Re: Image size
thanx for the quick response.
Too bad otherwise it would have been totally perfect
Too bad otherwise it would have been totally perfect
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6769
- Thank you received: 719
15 years 4 weeks ago #381
by milos
Replied by milos on topic Re:Image size
Hmm, I am not sure if it will be perfect when it shows photos with different proportions. However, you can test it yourself, open file default.php and change line 71 to:
and line 93 to:
Code:
echo '<li><img alt="'.$pics[$loop][1].'" src="'.$mosConfig_live_site.'/'.$imageFolder.'/'.$pics[$loop][0].'" /></li>';
Code:
echo '<li><img src="'.$mosConfig_live_site.'/'.$imageFolder.'/'.$gallery_pic[$loop].'" alt="" /></li>';
Please Log in to join the conversation.
Time to create page: 0.156 seconds