NEW 🔥 Free Online Photo Editor
Always use a child theme to add scripts.
Add the code to the child theme functions.php
@ini_set( 'upload_max_size', '128M' );
@ini_set( 'post_max_size', '128M');
@ini_set( 'max_execution_time', '300' );
@ini_set( 'memory_limit', '768M' );
@ini_set( 'max_input_vars', '3000' );