Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(window).on('load resize', function(e) {
- var carouselListItems = $(".listing-slider-small .slick-track").children().length
- if (carouselListItems<2) {
- $('.slick-track').css({
- transform: 'none'
- });
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment