1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

Gogh page no more images for themes - Themes in html template

This commit is contained in:
Miguel D
2020-05-09 20:34:39 -05:00
parent 82d0474c3b
commit e5bc9316c4
8 changed files with 4774 additions and 1047 deletions

View File

@ -1,18 +1,3 @@
$(document).ready(function() {
var containerEl = document.querySelector(".cd-gallery");
var mixer = mixitup(containerEl, {
animation: {
easing: "cubic-bezier(0.645, 0.045, 0.355, 1)"
}
});
});
$('.filter a').click(function (e) {
e.preventDefault();
$('a').removeClass('selected');
$(this).addClass('selected');
});
/**
* ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░