Hi when I use this code all of my videos on the side disappear when I’m on mobile how do I fix this?
this is the code Thanks!
video {
margin: 0 auto;
width: 100%;
height: 100%;
}
@media screen and (max-width: 768px){
video {
display: none !important;
}
}
suyash1
2
@Zetterman - below part is to hide videos hence they disappear
video {
display: none !important;
}
yes I know, but I only want to remove a specific video?
suyash1
4
Can you please share the page link of this specific video?
@Zetterman Please send page url