The limit is enforced by _validate_header_video
method, registered as validation callback on respective Customizer setting.
There is a filter that allows you to hook into the process and manipulate those arguments:
add_filter( 'customize_dynamic_setting_args', function ( $args, $id ) {
if ( 'header_video' === $id ) {
// change $args['validate_callback']
}
return $args;
}, 10, 2 );
Related Posts:
- Is there a way to auto generate poster image for videos
- Allow all file types for upload
- Remote upload file to server B
- What plugin can I use to create a list / slideshow of featured images?
- Upload specific images to specific folder
- Any plugin out there that uses WP’s internal image uploader?
- How to upload image with simple form?
- Way to force media uploader use custom image size
- How to make WordPress use protocol indepentent upload files?
- How to create an edit media button for slideshow plugin?
- Use Media Uploader in Plugin
- Deleting images through upload folder, but not deleting from media library
- Generated Images sizes do not match Media Settings Image Size
- Saving/Writing/Adding file to upload folder
- How can I process xml file on upload?
- Admin page: form with enctype=”multipart/form-data” does not transfer its data
- How to import 55k images (uploaded via FTP) into WordPress Media libary? [closed]
- AJAX image upload with a upload progress bar using media_handle_upload
- Changing image URLs in media library
- Bulk Image Uploader to create new post from each image [closed]
- Adding Attachment Display Settings in custom media frame
- Find unused images?
- How to generate video out of images via WordPress plugin
- How to import my YouTube channel into WordPress?
- Plugin upload to install
- Media upload not working on theme option in WordPress 3.8.1
- Why does my functions.php cause white-screen and media-library issues?
- Image upload and other options in the same plugin settings form?
- How organize uploaded media in WP?
- How to find the origin of a file upload from within wp_handle_upload?
- Linking an image to open a youtube video in lightbox/fancybox in wordpress
- How to change File URL in file uploaded to s3 compatible storage with self written plugin [closed]
- Restrict media upload size by format
- Submit page limited in time to upload image
- wp.media javascript issue with on select
- How to upload WordPress Images to remote web server and display those images in WordPress gallery [closed]
- transfer a file from one domain to another via wp
- Add custom JavaScript that is a combination of CDN/uploaded files and easily-edited code?
- media page returnig to 404 in rtmedia [closed]
- Media Upload Tab reload and change $_GET
- Bulk Image Upload And Rerrange Functionality
- Fullscreen Video/GIF Intro
- YouTube Sidebar Widget – YouTube service unavailable
- How to change the wp_upload_dir() path in plugin
- Use wp_upload_dir() correctly
- Measure and limit file uploads
- adding a button to the media uploader
- custom uploader in the admin area
- Allowing .rfa Files In Media Upload [duplicate]
- Programatically upload a file to be stored inside blob field in database, NOT on filesystem
- How to accept images at multiple sizes and aspect ratios and display as standardized image size / ratio?
- Large amount image data transfer
- How programatically cause uploads folder to be created?
- Issue with wp_handle_upload
- Detect plugin/theme installation (via upload)
- Add a file upload field
- How To Create A File Archive in WordPress?
- Is there a way to keep youtube videos from displaying on home page, and display only on single posts?
- WordPress does not allow me to upload a .xml file
- WordPress not showing manually uploaded files in Uploads folder on Media Library
- How to upload large media file in chunks, without any plugin?
- Upload PlugIn Button is missing
- HTTP Error upload ( localhost )
- Access remote SFTP server via WordPress login?
- how to split and upload a theme on wordpress?
- How to Upload images to a custom folder in upload folder using media uploader
- what functions to use to resize images and create DB metadata for them after/during upload?
- Powerpress upload a podcast without creating a post for it
- Remove special characters from filenames
- Move plugin upload folder from mywebsite.com/wp-content/uploads/pdfuploads to mywebsite.com/pdfs?
- Uploading images to custom table
- Not able to upload Plugins/ Theme from Admin backend
- Setting multiple videos for the video background
- Soflyy WP All Import Custom File Download Issue
- Image paths wrong after migrating with wp-migrate-db-pro media files add-on
- Render Shortcode in Lightbox Gallery
- How to install ffmpeg extension for php 5.6.25 for wp video posts plugin?
- Where to store media uploaded by the plugin?
- How to install jquery dotdotdot plugin for WordPress?
- Issue: CSV file upload works only when “View page source” is done
- How to create a dashboard for logged-in users with custom functionality? [closed]
- How to create an uploads subfolder on a multisite setup?
- How to prevent intermediate images from being created but keep the sizes available for selection in the media library?
- image upload error wordpress
- Plugin programming: Uploading a file to a specific folder
- Have video content populate page from upload sub-directory?
- Choopy Video Playback in a popup using Artiss Youtube Embed [closed]
- Upload Image to desired directory through plugin
- Fetching Video From YouTube Automatically [closed]
- I want to disable certain file types from upload from dokan description field
- how to get the url of a custom uploaded file
- A way to upload old html pages with all its assets via WordPress admin and to add a fixed menu on top of those (a la Wayback Machine)
- wp_handle_upload – specified file failed upload test
- Uploading a plugin as .zip
- Increased max_upload_filesize, but still can’t upload plugin [closed]
- How to connect WordPress media to another host?
- Upload the images folder with sub-folders directly to server
- upload_mimes is getting ingored, how to add a new mime type?
- How To Convert External Image URLs To Own Website’s Uploaded Images Automatically?
- I want to allow certain file types on dokan upload files