Skip to content

Freewall Plugin #251

Description

@MangaiRam

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions