I would like to add a clickable play button icon in my header. When someone clicks the icon the hidden video starts playing. Either by popping up or that I can resize the video to my preferences. How do I do? Thanks!
I am using WordPress’ latest custom video header feature. Anybody has an idea how to stop autoplay? Checked filters but did not find a way to disable autoplay. /wp-includes/js/wp-custom-header.js has the default settings. However not getting any clue how I may override it without editing core files
I'm trying to modify the behaviour of the Javascript function defined in wp-includes/js/wp-custom-header.js, to change the minimum windows height to display a video header. For this, I need to modify the attribute window._wpCustomHeaderSettings.minHeight At the time that my script runs, window._wpCustomHeaderSettings is not defined yet, so I create it with a window._wpCustomHeaderSettings = window._wpCustomHeaderSettings || {}, then set the attribute minHeight to a value of 0. However, after the page is loaded, if I use the browser console to display …
I have a custom header video on my WordPress site and I have an overlay (an svg I repeat in the background of a div) that I want to live on top of the video. I accomplished this like so <?php the_custom_header_markup(); ?> <div class="header__overlay"></div> However this creates a problem. Because the video and the generated pause button are both in the generated wp-custom-header div, I cannot get my overlay between them. ie For my overlay to be z-indexed over …
Is there any way to include a video background that takes multiple self-hosted videos and play them one by one? Most of the plugins can play only one video for the background.
Where could I find a framework for a homepage where I can have an HTML video stretched all the way across (to a certain max resolution would be fine, like max-width: 2500px or something)? I am using a TwentyTwelve theme I customized. All I need is a top header bar for logo and nav (100px tall) and a footer of the same size. The rest of the screen can be the video. This is kind of what I have as …
How can I code/set up a header where, instead of having a video on auto play, it's in the background for users to play when they click the play icon. or go to startwithwhy.com
I'm using a theme that supports WordPress's (relatively new) video header feature. I want to upload a video that's over 8MB big, and I don't want to reduce the size of the video. How can I force it to accept a larger video? Is there a file that I can edit or a plugin that I can download?
I've made a video header for a customers website, I found out that video is not loading when I am not logged to admin of WordPress, or watching the page from Preview. I already tried another video hosting mp4 servers, I tried to make a video file smaller, as well as I tried to debug few things, but still no solution. Could anybody help me? The video is supposed to load on the Home page right under the navigation bar. …
I want to have a video header on my main WordPress site. I use Page specific stylesheet, on my main page, with this code, to make the header on the whole page: .site-header { height: 100vh; } I do also use Video Background, to insert a video. This is how it looks: It works on desktop, but on smaller screens, it shows grey, on the top and the bottom. On phones, it doesn't show up at all. Can I fix, …