Is it possible to detect whether an uploaded image is landscape or portrait?
My aim on the front-end is to change the CSS grid column span of the item if an image is 'landscape'
I've tried using Template Filters, composite field, and even thought about using the 'output' attribute of an image but I'm not sure it's possible.
My best guess was to use the 'Accessing content' part of Template Filters but I'm not sure it's possible to _just_ access the width or height attributes of an image field.