I'd like to set the thumbnail generation in Image Manager to output thumbs with a fixed height of 63px and the proportional width.
Anyone?
Thumbnails with set height
Re: Thumbnails with set height
You can use the SuperSizer plugin to create other formats for images
Re: Thumbnails with set height
Thanks! I couldn't get it to play right with CGSmarty within my menu template so far, but I'll try that again.
Strange that there seems no easy way to modify the default thumb behaviour...
Strange that there seems no easy way to modify the default thumb behaviour...
Re: Thumbnails with set height
When I think of it... You can set thumbsizes in the admin panel
Site Admin » Global Settings tab General Settings.
In your case you can set Thumbnail Height to 63 and Thumbnail Width to some big number like 500.
Site Admin » Global Settings tab General Settings.
In your case you can set Thumbnail Height to 63 and Thumbnail Width to some big number like 500.
Re: Thumbnails with set height
First thing I tried - this generates huge thumbs... somehow the horizontal value has a higher priority.
Re: Thumbnails with set height
strange... then it seems that the height setting is totally ignored?
Re: Thumbnails with set height
After more testing it seems that only the longer edge is relevant, i.e. landscape pics are thumbnailed based on width and portrait pics by height.
For example: with 300w and 30h set in General Preferences, a thumb from a landscape picture will always be 300px wide with the proportional height, which means it will most probably exceed 30px.
In my case I'd like to set a fixed height for all image thumbs (landscape and portrait). I'll try to fiddle around in the php next...
For example: with 300w and 30h set in General Preferences, a thumb from a landscape picture will always be 300px wide with the proportional height, which means it will most probably exceed 30px.
In my case I'd like to set a fixed height for all image thumbs (landscape and portrait). I'll try to fiddle around in the php next...