In my new typo3 8.7.22 installation the image crop does not work correctly. Images are only shown with a width of 600 px.
I set these constants:
styles.content.imgtext.maxWInText = 1200
styles.content.imgtext.layoutKey = data
styles.content.imgtext.linkWrap.width = 800
styles.content.loginform.pid = 0
styles.content.imgtext.maxW = 1200
What is my issue in this case?
imagemagic is installed and activated.
Thanks in advance.
styles.content.IMAGE.maxW = 1200
– Felix