Changing maximum file upload size
- Open radykal-fancy-gallery.php and go to line 36, which looks like this:
$this->maximum_filesize = 1024 * 1000;
- There you can set maximum file upload size, by default its set to 1Mb (1024*1000).
- Change it to your desired file upload size in bytes!