I'm having trouble getting my slide background image to display properly. The file path is correct, so I believe the issue lies in the coding.
When slide one appears, I want my image to be visible, but currently, it's showing a white background instead of the image.
/* CSS for styling and fetching the image */
.slide-1 {
background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('media/image/slider/audi-black-car-8639.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
<div id="rev_slider_wrapper" class="rev_slider_wrapper fullwidthbanner-container">
<div id="rev_slider" class="rev_slider fullwidthabanner" style="display:none;" data-version="5.0.7">
<ul>
<li data-index="slide-1" data-transition="fade" data-slotamount="1" data-easein="default" data-easeout="default" data-masterspeed="500" data-rotate="0" data-delay="6000">
<img class="pic_slide_one" alt="slide-1" data-bgfit="cover" data-bgposition="center bottom">