YouTube video is not showing as a background
I am trying to set a YouTube video in the background. When I am in the editor I see it fine and when I view the website I do not see the video.
0
-
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.
Comments
1 comment