Home › Forums › CSS › Issues with two images displaying on HTML/CSS/JS powered slideshow › Reply To: Issues with two images displaying on HTML/CSS/JS powered slideshow
March 30, 2017 at 3:31 pm
#253317
Participant
Well … at least the images are into view no? Let’s take it from there if you want the images and text combined, maybe something like:
@media only screen and (max-width: 977px) {
#fpssContainer103.fpss-template-simple .slides-wrapper .slides .slide a.slide-link span {
/* min-height: 350px; */
background-size: 100% 100% !important;
background-position: left top !important;
height: 0;
padding-bottom: 39.54%;
}
.fpss-template-simple .slidetext p {
background-color: rgba(255,255,255,.5);
}
}