@TODO
v7.6 Threeme cropping feature:
Is this useful anymore? Or is the new cropping feature of v8.7 the better one?
width="{f:if(condition:'{data.imagewidth} > 0', then:'{cropMediaWidth}', else:'{dimensions.width}')}"
height="{f:if(condition:'{data.imageheight} > 0', then:'{cropMediaHeight}', else:'{dimensions.height}')}"
@NOTICE
Watermarked images:
Alternative implementation for watermarked image rendering.
Note: EXT 'filemetadata' has to be activated if you want to use additional media fields.