Hi
I want to use a Broken Grid layout for my project. And so I have downloaded the Freewall plugin and I am not much experienced in looking into a big code. I have my own images and html elements in my project. But the freewall plugin is not supporting well to my html layout. This is my html layout below
I have added this below script to call the plugin and make it work dynamically, but still not working as expected.
var wall = new Freewall(".freewall");
wall.reset({
selector: '.brick',
animate: true,
cellW: 150,
cellH: 'auto',
onResize: function() {
wall.fitWidth();
}
});
Can you please help me with how to call the plugin and make them dynamically work?
Thanks
Hi
I want to use a Broken Grid layout for my project. And so I have downloaded the Freewall plugin and I am not much experienced in looking into a big code. I have my own images and html elements in my project. But the freewall plugin is not supporting well to my html layout. This is my html layout below
Featured Grid Test
I have added this below script to call the plugin and make it work dynamically, but still not working as expected.
Can you please help me with how to call the plugin and make them dynamically work?
Thanks