jQuery(document).ready(function($) { $('.nectar-flickity').each(function() { $(this).flickity({ contain: true, cellAlign: 'left', wrapAround: false }); }); });