Heyy!! I’ve built a custom video section but I can’t seem to make it mobile friendly, Can someone please help me ??
Thank you soo much!! Also the video is loading after few seconds
url - https://glamour-glitz-theme.myshopify.com/
pass - stufle
Hi @shilpa_etsy
You can try to add this code to the Custom CSS of your video section
@media (max-width: 749px) {
html .videoBackground .videoBox {
height: auto;
min-height: auto;
padding: 0;
}
}