• I am working in local mode and I would like to extend the 8mb maximum limit size for header videos. Is it possible? or is there any way to change the url of the source video somewhere else than the theme config options in the wp backend?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter moppye

    (@moppye)

    And is there any option to activate the sound of the video?

    Hi @moppye,

    To increase the maximum upload size of videos, you can try using the .htaccess method which can be done by modifying the .htaccess file in the root directory. Please edit the .htaccess file in your WordPress site’s root folder and add the following code in it:

    php_value upload_max_filesize 64M
    php_value post_max_size 64M
    php_value max_execution_time 300
    php_value max_input_time 300

    You can check the below article which may help you to increase the maximum file upload size.

    https://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/

    And, activating the sound of video is a bad practice. There is no sound by default, and I don’t think that there is an easy way to change this behavior, unfortunately.

    Thanks and Regards,
    Ankit

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Video max size’ is closed to new replies.