Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freewall Plugin #251

Open
MangaiRam opened this issue Jul 25, 2018 · 0 comments
Open

Freewall Plugin #251

MangaiRam opened this issue Jul 25, 2018 · 0 comments

Comments

@MangaiRam
Copy link

MangaiRam commented Jul 25, 2018

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

  1. Example Page 1
  2. Example Page 1
  3. Example Page 1
  4. Example Page 1
  5. Example Page 1
  6. Example Page 1

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant