Answers for "centering isotope elements"

0

centering isotope elements

var $container = $('#container');
// init
$container.isotope({
// options
itemSelector: '.box',
masonry: {
columnWidth: 40,
isFitWidth: true
}
});
Posted by: Guest on May-27-2020

Browse Popular Code Answers by Language