....... I'm using the MixItUp filter for an image gallery.
This is the only custom script I'm having:
JS
What I need is to hide the images from filters that are not selected from playing in the gallery slideshow.Code:// MixItUp
$(function(){
$('.galleries').mixItUp({
load: {
filter: '.gallery1'
}
});
});
Is there some JS that could do this ...?...
