Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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

#253317
Atelierbram
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);
  }

}