How can I change the maximum upload size?

admin

Open radyka-fancy-gallery.php and go to line 46:

$this->maximum_filesize = 1024 * 1000;

By default its set to 1MB, you set the value as byte value. Just change it to your desired size.

Back to FAQs