Hi,
Kindly use the below code in HTML snippet in your homepage
<iframe width="{yourwidth}" height="{youtheight}" src="{youtube Link}">
</iframe>
Hope this helps!!!
Hi,
I found the solution to this query which is instead of adding a video in the background I added a gif in the background and gave it proper height and width which would cover the screen.
The steps were as follows:
.class_name{
background-image: url("File_name.gif");
height:97vh;
width: 100%;
}