You are here

bartik_slick_fix.css in Thunder 8.5

.slick__slide .field.field--type-image {
  margin: 0;
}

/* For slick galleries using blazy, with non-responsive image styles, this can help, if gallery takes too much vertical space.
Background: Not loaded images have a 1x1 placeholder. This means, if the width is set to 900px, It will take 900px in height,
 disregarding the set height. */
/*
.slick__slide.slide--loading .blazy {
    height: 0;
}
*/

File

modules/thunder_media/css/bartik_slick_fix.css
View source
  1. .slick__slide .field.field--type-image {
  2. margin: 0;
  3. }
  4. /* For slick galleries using blazy, with non-responsive image styles, this can help, if gallery takes too much vertical space.
  5. Background: Not loaded images have a 1x1 placeholder. This means, if the width is set to 900px, It will take 900px in height,
  6. disregarding the set height. */
  7. /*
  8. .slick__slide.slide--loading .blazy {
  9. height: 0;
  10. }
  11. */