Hello,
I would like to be able to use my background video behind the email sign up. How do i do this?
Current code for background video:
video { display: block; margin: 0 auto; width: 100%; height: 50%; } @media (max-width: 749px) { .small--hide {display: none !important;} } @media (min-width: 750px) { .medium-up--hide {display: none !important;} } video.small--hide{ height: 100vh !important; object-fit: cover !important; position: fixed !important; }{% comment %} Desktop Show {% endcomment %}
{% comment %} Mobile Show {% endcomment %}