Thumbnail Image Block Questions

orbface9

Joined: 2008-06-04
Posts: 2
Posted: Wed, 2008-06-04 13:26

Is there any way to get the image block in drupal to display the thumbnail of a user submitted image in a 16:9 aspect ratio?

I know that you can manually create a thumbnail image to this aspect ratio, but i would like it to be created automatically.

 
orbface9

Joined: 2008-06-04
Posts: 2
Posted: Mon, 2008-06-09 14:25

I found a workaround. Instead of having the picture automatically cropped, i set the height of the containing DIV and set overflow:hidden;

in case anyone else was wondering...