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?