• Resolved pmgopal

    (@pmgopal)


    Is there a way to re-trigger the layout of an isotope grid? I am having issues with our website where sometimes white space is inserted between rows of a grid.

    I saw a similar question on the forum from a while back – but the solution provided there did not seem to work for us.

    Thanks for your help.
    Madan

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brecht

    (@brechtvds)

    Using any lazy image loading plugins? That could cause this problem.

    You can trigger a relayout for a specific grid like this:
    WPUPG_Grids['wpupg-your-specific-grid'].layout();

    In your case, that would be this code:
    WPUPG_Grids['wpupg-grid-1'].layout();

    Thread Starter pmgopal

    (@pmgopal)

    Thanks Brecht

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Relayout isotope grid’ is closed to new replies.