function slickComments() { $('.comments').slick({ //dots: true, centerMode: true, centerPadding: $('div.comments').find('div.comment').length <= 3 ? '300px' : '0px', slidesToShow: $('div.comments').find('div.comment').length <= 3 ? 1 : 3, accessibility: false, }); } $(function() { if(typeof page_loaded == 'function') page_loaded(); });