Different image background for slides on mobile and desktop

Hi all. Is there a way of specifying a different slider image when viewing on mobile? The usual HTML approach to this would be something like:

<picture>
<source srcset="image-mobile.jpg" media="(max-width: 767.98px)">
<img src="image-desktop.jpg">
</picture>

Can I use custom CSS for this, and what would that be please?

Many thanks

1 Like

Hi there, @Alex_Lewis :waving_hand:

Unfortunately, there is no way to set a different image background for the mobile and desktop version of the Slider widget. I am sorry!

This idea sounds interesting, and I’ve moved it to the Wishlist. If more users get interested in this feature, we’ll try to consider it in the future :slightly_smiling_face: