How to limit the number of displayed field values ​​with a view in Drupal 7

I have field_images stored in my custom node type. This field can have an unlimited number of values ​​(images). How to adjust the limit of the displayed values ​​of this field in views in Drupal 7? I know that this is possible in Drupal 6, but I cannot find how to do it in 7. Thank you.

+3
source share
1 answer

This issue has been fixed in dev branches.

+1
source

All Articles