mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
Revert "Gallery: Switch Packery to MagicGrid "
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
function _getDefaultPackeryOptions() {
|
||||
return {
|
||||
percentPosition: true,
|
||||
gutter: 5,
|
||||
resize: true
|
||||
};
|
||||
}
|
||||
|
||||
(function init() {
|
||||
|
||||
$(window).on("load", function () {
|
||||
@@ -5,16 +13,10 @@
|
||||
let nodeGalleries = document.querySelectorAll('.gallery');
|
||||
|
||||
nodeGalleries.forEach(nodeGallery => {
|
||||
let magicGrid = new MagicGrid({
|
||||
container: nodeGallery,
|
||||
static: true,
|
||||
gutter: 5,
|
||||
animate: false,
|
||||
});
|
||||
magicGrid.listen();
|
||||
magicGrids.push(magicGrid);
|
||||
// TODO : implement a reader of Packery configuration _getPackeryOptions; for example by reading data-attribute
|
||||
let packery = new Packery(nodeGallery, _getDefaultPackeryOptions());
|
||||
packeries.push(packery);
|
||||
});
|
||||
console.log("Galleries founded and initialized with MagicGrid", magicGrids);
|
||||
console.groupEnd();
|
||||
});
|
||||
})();
|
||||
})();
|
||||
Reference in New Issue
Block a user