• Resolved bowenliu

    (@bowenliu)


    Hi there, thank you for creating this awesome plug-in! I was wondering if you could help me make the mobile video background scale properly so that the sides don’t cut off? (I think that mobile view is narrower hence cuts off the right and left ends of the video when scaling screen size).

    Thanks in advance,
    Bowen

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author NiteoThemes

    (@niteo)

    Hi @bowenliu, you could try this following css to keep aspect ratio of video:

    @media only screen and (max-width: 768px) {
    .video-banner video {
        max-width: 100%!important;
    }
    }

    but I do not think the background video plays on mobile devices anyway

    Alex

Viewing 1 replies (of 1 total)
  • The topic ‘Video background on Mobile’ is closed to new replies.