Display Only Past or Upcoming Events
By default, the carousel will pull in all the events. This is because if the carousel has too few items, it can look broken. To only show the upcoming or past events, change the data-events attribute to upcoming or past.
<div data-wm-plugin="collection-carousel"
data-source="/event-collection"
data-events="upcoming"
></div>