Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #61596
    Mitch
    Guest

    I’m using Crio, and I’ve added a video header pointing to a youtube link. I’d really like to have the video header appear on mobile phones, but right now it disappears at the narrow screen size. How can I keep the video visible on phones? Thanks

    #61972
    Brandon C
    Keymaster

    Hi Mitch,

    Thanks for reaching out with your Crio Pro WordPress theme questions!

    On mobile devices, the your theme uses the background color or a still image in place of the video to prevent long load times that it would cause on mobile networks.

    As an alternative you may be able to create this effect using the Video Background Plugin and a custom Crio page header.

    Here’s a link to the Video Background Plugin documentation for the shortcode.

    I hope this helps! Please let us know if there’s anything else that we can answer for you.

    #62825
    Mitch
    Guest

    Is there any way to just change the page width threshold for showing video using the CSS editor, so that it appears even on a narrower screen size (greater than 200 px for example)? I am not worried about video load time.

    #64594
    Brandon C
    Keymaster

    Hi Mitch,

    Yes this can be done with CSS. Try adding this bit to the advanced CSS/JS Editor section of your WordPress customizer

    iframe#wp-custom-header-video {
    display: unset;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How do I display Video Header on mobile devices in Crio WordPress theme?’ is closed to new replies.