This commit is contained in:
2024-03-12 03:04:53 +01:00
parent 91a9bd168e
commit b57d0d3a61
3 changed files with 32 additions and 10 deletions

View File

@@ -526,13 +526,15 @@ var alertrm = function ($) {
};
alertrm(jQuery);
$('#categories').imagesLoaded(function () {
$('#categories').isotope({
itemSelector: '.category',
percentPosition: true,
layoutMode: 'masonry'
});
});
// this added a nice looking effect to how the tems would load up and display on the page, sadly the items are positioned elements with this script
// which makes it not so nice to work it. sry belst :D
// $('#categories').imagesLoaded(function () {
// $('#categories').isotope({
// itemSelector: '.category',
// percentPosition: true,
// layoutMode: 'masonry'
// });
// });
$(function() {
$('[data-toggle="popover"]').popover({