I have been utilizing the freewall jQuery plugin for organizing images in my website. While the layout of my first section, located at , is functioning properly, I am encountering some issues with its height. The code snippet that I am currently using is as follows:
var wall = new freewall(".leadership-desktop");
wall.reset({
selector: '.image-block',
animate: true,
gutterX:10,
gutterY:10,
onResize: function () {
wall.fitWidth();
}
});
wall.fitWidth();
However, the layout does not seem to be working correctly on other sections.