Is there a way to get the image, an editor manipulates via BE (Image manipulation -> Open Editor -> i .e crop or set to 16:9… in TYPO3 12?
I´ve found an setting image.propertiesOfFileReference.crop via f:debug where the information is stored, but I can´t access it?
I tried
...
<f:image image="slider_item_image.originalFile}" loading="lazy" class="card-img-top" cropVariant"= {slider_item_image.propertiesOfFileReference.crop}"/>
...
But get an error: Cannot access protected property TYPO3CMSCoreResourceFileReference::$propertiesOfFileReference
There´s an older post with the same topic, but no solution.. How to get cropped image dimensions in a Fluid template in Typo3 v8
Thanks!
Output of the image, that the editor created / croped / …