I have an image field on a content-type and I have uploaded some images (one per node).
I then created a view of those images and applied the default thumbnail image resize.

However, the overall listing looks ugly. This is because some of the images are landscape while others are portrait.
The image resize works only upto the point that one dimension is 100px.

I would appreciate help in getting the listing to look better without cropping the images.
I was wondering if there is a formatter that would display those images the way facebook displays photos ?

Here is a link to the screenshot http://imgur.com/JVnKK2V

Thanks

Comments

ajay547’s picture

You need to add some image cropping module for ex IMCE and then in view select your custom image .
This will work.

Thanks & Regards,

Ajay Singh

alansaviolobo’s picture

Thats the part I dont want to do - crop the images. they would look ugly.

correct me if I am wrong: but I believe IMCE would come in handy when editing html in a textarea (or inserting an uploaded image there). I would like this effect in a view.

ajay547’s picture

When you will create view try adding a field there and in that you will get your custom cropped images of IMCE or any other module, Select that images and those will be proper and similar to each other. You can add more style to it , I have just given an example of cropping, you can add resize style also which will just resize all the uploaded images to same height width, so it will look nicely in views.

Thanks & Regards,

Ajay Singh