1 zabe Sep 04, 2008 06:49
3 ajundra Jun 16, 2009 08:58
Afwas wrote:
comment out the line 'image_size'
hi
i uncomented that line but the images are still resized. any ideas? i also cleaned the database cache.
regards,
roberto
4 ajundra Jun 16, 2009 09:10
strange... if i set anything else than 720x500 as the image size it just displays a thumbnail of 80x80px.
5 sam2kb Jun 16, 2009 15:16
It can't be "anything", possible values are:
fit-720x500
fit-640x480
fit-400x320
fit-320x320
fit-80x80
Read [url=http://forums.b2evolution.net/viewtopic.php?t=16254]here[/url] if you still want to use custom sizes.
6 ajundra Jun 16, 2009 22:23
great! thanks sam. i'll test that.
7 martha Jun 28, 2009 18:11
Worked for me today, thanks!
(I also inserted a comment listing the possible sizes into my (modified) Photoblog skin, wonder if whoever is in charge of that skin might want to do that, just to reduce the mystification factor?? Just a thought....)
8 sam2kb Jun 28, 2009 19:38
In b2evo 3 you can define resizing parameters in config files.
9 tblue Jun 28, 2009 19:43
I added a list of possible values to the file in CVS HEAD.
Hi Zabe,
Welcome to the forums.
Crack open /skins/photoblog/_index.main.php and from this code (around line 160):
comment out the line 'image_size'
You may want to combine this with my [url=http://forums.b2evolution.net/viewtopic.php?t=16161]jQuery Image Fit plugin[/url] that will automatically set the max-size to the container (div) it's in, so larger images won't overflow the content column.
Good luck