ewall / meteor-foundation

Foundation by ZURB — an advanced responsive web framework
MIT License
49 stars 6 forks source link

Passing Params on initialization #15

Open colin-h opened 9 years ago

colin-h commented 9 years ago

So I'm hoping to initialize Foundation with a specific options having to do with block-grids and data equalizer. I'm essentially wondering where I should put the below code and realize I could be missing something rather simple.

$(document).foundation({
    equalizer: {
        equalize_on_stack: true
    }
});

Perhaps in onRendered of my main template? Any help is appreciated!