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.
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...
Posts: 2
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...