Video not embedding properly

Going nuts, can’t work out why my video media is not displaying on the website. Can anyone help?
https://torehill.com/

Chris

Hi There,

Please use this plugin to create temporary access for us, its automatic login link and does not requires sharing your admin details. here is How To guide. at the and don’t forget about  “Set as private reply” at the bottom of the message box

 

Hi I have downloaded the plugin as requested.

I have fixed it on the PC but it is not formatting properly on the mobile - can you send me some additional code to fix it?

Good morning chris

Can you tell me a little bit more about “formatting properly on the mobile” ?
I just checked it and video plays normally on mobile devices, I can’t see any problem with it

I fixed it last night on the mobile using this code
<video src=“https://torehill.com/wp-content/uploads/2019/09/torehill-video-promo-v2.mp4” controls style=“max-width:100%; height:auto”></video>

It’s better and I’m happy with the dimension on the mobile screen, but I would prefer that the dimensions on the PC screen were width=640 and Height=360. Any suggestion how to do this without screwing up the mobile display?

Chris

Hello Chris

Well, you can use something like this,

@media only screen and (min-width: 1090px) {
.home video {
width: 640px;
}
}

This code will make your video 640px width for screens above 1090px

Thanks for your help Noda, this worked a treat - problem solved.

You are welcome :slight_smile:

Let me know if you have other questions in new ticket