fabridelo I would like the picture to appear in place of the video when I look my site on small screens.
Hi
For this specific workaround, You may try the following CSS as outlined below and add the same to custom.css file
@media (max-width: 502px) {
.owl-carousel .owl-item .video-wrap iframe{display:none !important; }
.acm-slideshow .owl-carousel .item #video-bg{background: url(/joomlart/ja-donate/images/joomlart/slideshow/item-2.jpg);}
}
Thereafter, Replace the background image path accordingly
Kindly ensure to clear your browser cache if changes dont reflect.