I have a multivalue video embed field that allows an unlimited number of videos to be added to a node. It would be great to limited the display to only display a specific number. This way my teasers don't need to show all 10 videos, but will only show one. Giving the option for the users to view the node with all of the videos.

Comments

pixelsweatshop’s picture

You can use http://drupal.org/project/field_multiple_limit to work on any field. This feature looks like is going to be included at a much higher level in core for D8 #1234624: Limit the number of fields to display

Not sure if the maintainer might want to include this feature now in this module, so I won't close. But at least there are options.

plopesc’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

As said in #1, you can do it using field_mulitple_limit module.

This feature is out of the scope of this module.

Regards.