So it is hard coded but that is not right, if i set up the size allowed in the plugin settings why is still needed the hardcoded part
in the functions.php ath the line 68
$max_file_size = 20024 * 1000; //(in bytes) ...20MB // vrt_param('max_file_size')*1024*1024
if i change to this will it be 520mb
$max_file_size = 520024 * 1000; //(in bytes) ...520MB // vrt_param('max_file_size')*1024*1024