The video size is 1336×200 pixels and this is what I want the header to also be, but why is it too long?
I need it to bee the exact same width as the body of the navigation and content to the website.
The CSS options have no affect on the video.
How can this be fixed?
This is the code for the above
<video width=”1336″ height=”200″ autoplay loop muted>
<source src=”https://cloudninemagazine.com/wp-content/uploads/2020/07/Clouds_1336x200.mp4″ type=”video/mp4″ />
</video>
Hi,
Your video has a fix width, that is way is displaying like that. Please replace your code with this one
<video autoplay="autoplay" loop="loop" muted="" width="100%" height="200">
<source src="https://cloudninemagazine.com/wp-content/uploads/2020/07/Clouds_1336x200.mp4" type="video/mp4" />
</video>
In this way the video will take the full width of row.
Thank you!
The header is still not correct. I tried the code you sent me but, for some reason it did not fix it.
How can this be fixed now?
Hello !
Please make sure that you inserted the code properly. As you can see the code my colleague has sent to you is correct: https://www.screencast.com/t/NmgCITX8E
Thank you !
It does not work correctly. I copied the iFrame right from Calin’s post and pasted into header element, and it still does not work.
https:cloudninemagazine.com
How can this be fixed?
Hello !
Please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– cPanel url and credentials
– A link to this topic in order to identify you
Please note that due to high number of requests the response time can be delayed up to 48hrs.
Thank you !