Search code examples
drupaldrupal-7

Drupal 7 - Display single image from multiple image field in View


I would like to display just single image from field with multiple upload option enabled in my View. The best would be to display the first uploaded image, but It does not matter.

I have tried to add that galerry field to field, and was looking for some settings that will give me that option to show only specific or some images.

Is it possible in View to display single image from gallery?


Solution

  • From views if you are using views to display you content
    There is settings for multiple valued field you can display specific number items or single item
    Just click on that field you will find this setting

    enter image description here

    If you need to control this from your node display
    Single Image this module helps you
    Thanks