Joseph & Mary - Freeport, IL

Slick Slider: Load Jamble

Assigned to
Kyle Sullivan, Web Development at Diocesan Kyle S.
Notes

Comments & Events

Kyle Sullivan, Web Development at Diocesan
Kyle Sullivan completed this to-do.
Kyle Sullivan, Web Development at Diocesan
Kyle Sullivan re-opened this to-do.
Kyle Sullivan, Web Development at Diocesan
The solution I went with isn't perfect, but it's an improvement.
  .heroSlider {
    height: 100%;
    margin: 0;
    .slick-list {
      height: 100%;
      .slick-track {
        height: 100%;
        .heroSlide {
          position: relative;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          &:not(:first-of-type) {
            .heroInfo {
              visibility: hidden;
            }
          }
        }
      }
    }
 …
    &.slick-initialized {
      .slick-list {
        .slick-track {
          .heroSlide {
            .heroInfo {              
              visibility: visible;
            }
          }
        }
      }
    }
  }
Kyle Sullivan, Web Development at Diocesan
Kyle Sullivan completed this to-do.