thumbnail sizes

Permalink
Hey

Does anyone know where I can change the default thumbnail creation settings.

I just want to tweak them so that I can useth same thumbnails on the frontend.

D

 
admin replied on at Permalink Reply
Continuing from this...what are level 3 thumbnails?

I would ultimately like to have a thumbnail created on upload, but using a different resize method...so that I an use these thumbs in the frontend.

Is there perhaps a hook I could use to add such functionality?

Any ideas?
Remo replied on at Permalink Reply
Remo
You don't have to create them during the upload process. If you use getThumbnail (image helper) you can get thumbnails with any size you want. It caches them automatically.
admin replied on at Permalink Reply
ah...interesting...let me investigate that.

so...supposing i want all my thumbnails to adhere to a certain height (instead of the usual 'whichever comes first [width or height]').

Any ideas on how the code might look for that?

I will play around though...

Thanks for your reply Remo - always quite speedy.
Remo replied on at Permalink Reply
Remo
http://www.codeblog.ch/2009/03/concrete5-templates/

on page 2 you see a few code blocks, lock for "Concrete5.3 (Update: 24th April 2009)" (the api changed a bit at the beginning, had to modify the tutorial)
playhouse replied on at Permalink Reply
An old thread but same issue.

I have been tinkering with this but to no avail.

Using the latest C5.6.2

I want to change the /level2/ default size..

please help!!