Skip to main content

YouTube video is not showing as a background

Comments

1 comment

  • KC George

    Hi Nick,

    Please ensure that you are pasting the URL of the YouTube video from the YouTube share screen

    Please also confirm that you have selected the YouTube as the Video Type in your block background. 

     

    Background videos do not play on mobiles devices. Please add this CSS under Appearance - Customize - Additional CSS to make the background videos play on mobiles.  

    @media (max-width: 767px) {
    .brz-bg-video {
        display: block !important;
    }
    }

    If none of above helps, please let us know your page URL so that we can check.

    0

Please sign in to leave a comment.