Been tinkering with MixItUp in Bootstrap.
I have it all working in the col structure adding classes to the lists but I can't get it to load randomly every time the page is refreshed! I've used the following
$(function(){
$('#Grid').mixitup({
load: {
sort: 'random'
}
});
});
I’ve had it working on the mixitup code pen but once I distribute it into columns within bootstrap it doesn't want to play ball!
Is there a work around for this?