Hello,
i'd like to change a picture in a slider in mobile view (max-width: 575.98px).
In the mobile version it should be the background-image: url('img/slide-loewenrecht-1920x650px-03-mobile.jpg)
instead of background-image: url('img/slide-loewenrecht-1920x650px-03.jpg
I tried different ways, but nothing helps.
Here my HTML:
<section id="slider" class="slider-element slider-parallax swiper_wrapper clearfix" data-speed="650" style="height: 650px;">
<div class="slider-parallax-inner">
<div class="swiper-container swiper-parent">
<div class="swiper-wrapper">
<div class="swiper-slide dark" style="background-image: url('img/slide-loewenrecht-1920x650px-03.jpg');">
<div class="container clearfix">
<div class="slider-caption slider-caption-center">
<h2 data-animate="fadeInUp">Ärger mit dem Jobcenter?</h2>
<p class="d-block" data-animate="fadeInUp" data-delay="200">Wir helfen Ihnen<br>bei Problemen mit Hartz 4!<br>Schnell, kompetent, bundesweit!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
