I am working on an installation of TYPO3 7.4. When you upload an image to a standard content element it will show full size images under the 'Images' tab instead of the usual thumbnails. Also, setting the width or max-width has no effect on the images on the site.
Anyone know how I could fix this?
As in a comment it is probably a problem with the ImageMagick / GraphicsMagic settings.
You can proof it in the InstallTool:
If you can not access it, you can check the urls of the images if they show the true path like: fileadmin/user_uploads/test.jpg and not something like fileadmin/_processed_ then it means that there is no conversion happened.
To solve this issue you have to change your graphic settings in the LocalConfiguration.php or in Install Tool.
You can find it under
'GFX'
.This is an example setting for ImageMagick:
In most cases you have to check the
'im_path'
property as it can be different by different providers.