Is there a way to only display listex assets from between, say postions 2 and 5?


#1

Matrix Version: 6.25.0

I have an Asset Listing that lists out a given selection of assets.

Depending on how many assets are shown, I want to display them differently, eg where I have my %asset_listing%:

<div class="first-2-assets">
  %asset_listing-0-to-2%
<div>
<div class="remaining-assets">
  %asset_listing-3-plus%
<div>

Does anyone know if there is a way to achieve this?


(Harinder Singh) #2

It seems like you are looking for position format option