Set thumbnail width & height

There used to be options in the admin that would allow you to output a specific size thumbnail (crop width and crop height).

Now there are just cropping %s. Is there any way to specify a global thumbnail size in the admin - via a custom option or some other way?

I can't find a way to do this and not having any luck controlling my thumbnail height.

Thanks
Greg

Comments

  • acrylian Administrator, Developer
    Those were actually always % values. By default thumbs are square, if you need different ones you need to modify the theme using custom image functions.
  • Thanks - they were px in v1.3 (https://skitch.com/dsgreg/emrs3/zpoptions) - but that's fine, I can use a custom function.

    Greg
  • They were always percent values, it is just that they used to be expressed in pixels with no reference point. There was (and still is) a setting for the thumbnail size.

    You can set the thumbnail size to the largest dimension and then set the cropping percentages to get the aspect ratio you want.

    For instance, a 100 pixel thumbnail with 0% left and 25% top cropping will give a 2 to 1 aspect or 100x50px thumbnail.
  • great, that helps - thanks!
Sign In or Register to comment.