[15:30:47] !debug [15:30:47] For information on debugging (including viewing errors), see https://mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging Also see https://mediawiki.org/wiki/Manual:Errors_and_symptoms [15:42:41] Hi, I would like to know if there is any setting to restrict users to use limited size of a image in article namespace? For example if we set the maximum size of the file to 220px and a user change it to 500px it won't work? [15:42:56] Or if there isĀ  abuse filter for this? [16:06:34] Can someone please help? [16:07:31] There's not a setting for that [16:07:43] You could use an AbuseFilter... But there's plenty of waysy ou could get round it [16:08:50] I'm using AbuseFilter for other things but can't find any to stop such edits. [16:23:48] Guest39: you could try adding something like `.mw-parser-output img { max-width: XXX; max-height: XXX; }` to your site CSS. That won't limit the actual image size but will constrain how large it will appear. For possible values of max-width / max-height, see https://developer.mozilla.org/en-US/docs/Web/CSS/max-width [16:25:19] Thank you for your suggestion ori, I will try the same and let's hope it will work well.