Topic on Project:Support desk

I can't reduce the size of images

3
Joaogsdc (talkcontribs)

When I set a reduced size to its original size, a broken image is displayed. What could be causing this?

This problem is present if I use the gallery or a size in the file (File: example.png | 120px)


Already used:

$wgUploadPath

$wgUploadDirectory

$wgEnableUploads

$wgUseImageMagick

$wgImageMagickConvertCommand

$wgHashedUploadDirectory

Malyacko (talkcontribs)
Moscowdreams (talkcontribs)

I found if the resized image is only a link, with no picture/image, I changed

$wgGenerateThumbnailOnParse = true;

in LocalSettings.php

and this fixed the problem