How to Increase the Image File Size Limit?
Hi there, I think the image cropping extension is great, however it seems to impose additional restrictions on the image file size. Suppose I have this image and would like to use it as an avatar,
with fof/profile-image-crop
disabled, it could be uploaded without a problem. However, when this extension is enabled, uploading the image results in an error raised from the actual page, as well as a 413
response at the console,
<html>
<head><title>413 Request Entity Too Large</title></head>
<body bgcolor="white">
<center><h1>413 Request Entity Too Large</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
So one can conjecture that there's an extra limit imposed by this extension. @datitisev