(function($, Masonry, undefined) { "use strict"; $(function () { var msnry = new Masonry('.axyz-post-gallery', { columnWidth: 1, itemSelector: '.axyz-post-gallery-item', transitionDuration: 0 }); }); })(jQuery, Masonry)