Making a project gallery with a bunch of thumbnails. The gallery is a grid of 2 columns, but some of the images are better suited to a 1:2 aspect ratio, is it possible to make some span both of the columns and the others normal?
I added a 'Featured' boolean field in my CMS and linked it to that, just wondering if there's a way to bind that to a token or something that adds / removes the CSS property grid-column-end: span 2; What would be best practice?