Matrix Version: v5.4.1.3
I’m dynamically viewing an image asset based on an ID in a get variable, using a paint layout, eg: %globals_get_banner^as_asset:asset_contents_paint_2692687%
most keywords are working fine in the paint layout, eg %image_width%
and %image_v_medium_width%
.
I need to detect the presence of a particular variety, lets say ‘large’. So, I tried this:
%begin_image_v_large% = display the large variety %else_image% = display a warning %end_image%
The result is always “= display the large variety”, regardless of whether a large version exists, or not.
I’ve tried a number of ever more desperate variations on this theme:
%begin_image_v_large_url^contains:h%
and so, on, to no avail.
What am I missing here?