Video in Header is not displaying properly. How do you fix it?

Posted in: Newspaper
Post count: 95

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?

https://cloudninemagazine.com/

Post count: 95

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&#8243; type=”video/mp4″ />
</video>

Post count: 35449

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!

Post count: 95

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?

https://cloudninemagazine.com/

Post count: 18283

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 !

Post count: 95

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?

Post count: 18283

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 !

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.