Hi Alpi87,
Thanks for taking time to reply 🙂 I've just tried making a new block underneath the video with an image to replace the video and with this code:
@media screen and (min-width: 640px) {
#block-yui_3_17_2_1_1604939840025_6352 {
display: none;
}
}
@media screen and (max-width: 640px) {
#block-yui_3_17_2_1_1605258275843_406161 {
display: none;
}
}
It doesn't work unfortunately. The video disappear but instead of showing the mobile image, there is an empty block. I guess it is because its a fullscreen background video and not a video-block?
Hope it makes sense..