I can't figure it out how to create in table view image thumbnail. I must be something simple as it was in Drupal 6 but in 7 I have a problem with this.

Can You tell me how can I create table view with imagefield thumbnails ?

thanks!

Comments

mradcliffe’s picture

You should be able to setup image styles in admin/config/media, and then choose from those styles in the views interface when adding the image field to the view.

globalplayer’s picture

It doesn't work in my view type which is: Default node index
maybe that's why I can't use formatter for image style ?
Do you have an idea how can I fix this ?

mradcliffe’s picture

So you're not actually adding the image field as a field to the view. You need to configure your field display for that field on your node type under Manage Display (admin/structure/types/manage/TYPENAME/display).

globalplayer’s picture

I'm adding image field to my node type, and than I need to display image thumbnail in table view.

I think I found the reason why I can't do this:

http://drupal.org/node/1109318