Image Gallery...?

You guys right. My bad. That mixitup demo in livehelper page is actually made for this post http://forum.webflow.com/t/need-help-creating-a-portfolio-gallery-area-with-sorting-function/3646 The original site is https://mixitup.kunkalabs.com/.

So, @Mordi_Levi. This mixitup example is might not what you looking for but if it is and you need a help how to make it ask anything for more detail explanation I’d be glad to help for sure.

But for now, beside its elements and properties you can see from its public link, I linked mixitup js in Custom Code settings before /body tag as well as a small script to ‘activate’ it. Since I have a trouble to link it from github directly I copied it and put it on my google drive.

 <script type="text/javascript" src="https://googledrive.com/host/0B0IpDLS1bvOCNkxMVk9aYlZMQ1k/jquery.mixitup.min.js"></script>
<script type="text/javascript">
 // On document ready:
 $(function(){
// Instantiate MixItUp:
$('#mix-container').mixItUp();
});
</script>

@cyberdave @Mogeek I always forget that the read only preview link does not allow us to look at custom code settings. I wish webflow will allow it in the future.

Cheers