Skip to content

Instantly share code, notes, and snippets.

@mkortib
mkortib / equalheightslick.js
Created July 4, 2019 07:21 — forked from proweb/equalheightslick.js
Slick carousel equal height slides
$(window).load(function() {
$('.slides').on('setPosition', function () {
$(this).find('.slick-slide').height('auto');
var slickTrack = $(this).find('.slick-track');
var slickTrackHeight = $(slickTrack).height();
$(this).find('.slick-slide').css('height', slickTrackHeight + 'px');
});
})
@mkortib
mkortib / gist:e029467b6037448ed019b4a9166eddd1
Last active January 5, 2019 16:44 — forked from agragregra/button.sass
Button Sass Styles (Universal Starter)
We couldn’t find that file to show.