Background on mobile

Hey,

Another problem :frowning: Sorry!

I’m using your standard video background from the agency template. When I scale down the size to a phone, the background sits left and not full width. Any idea why?

http://wonderbean.co.uk/home-2

I was also wondering (probably a stupid question), is there a way to save that standard video? When I go to my Media Library it’s not there - but would it be in FTP files?

Thanks!!

Hi Brooke,

The issue appears to be caused by your themes CSS adding a max-width: 100% to the video element. If you add the following, it should resolve the problem.

video {
    max-width: none;
}

Unfortunately, all the content from the builder layout templates are on our servers and not in the Beaver Builder theme or plugin. I believe we purchased that video on iStock. Here is a link to iStock if you need it – http://www.istockphoto.com/.

Thanks,
Danny