Cheng
03-21-2015, 10:04 AM
....... I'm using the MixItUp (https://mixitup.kunkalabs.com/) filter for an image gallery.
This is the only custom script I'm having:
JS
// MixItUp
$(function(){
$('.galleries').mixItUp({
load: {
filter: '.gallery1'
}
});
});
What I need is to hide the images from filters that are not selected from playing in the gallery slideshow.
Is there some JS that could do this ...?...
This is the only custom script I'm having:
JS
// MixItUp
$(function(){
$('.galleries').mixItUp({
load: {
filter: '.gallery1'
}
});
});
What I need is to hide the images from filters that are not selected from playing in the gallery slideshow.
Is there some JS that could do this ...?...