You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: