Open colin-h opened 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!
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.
Perhaps in onRendered of my main template? Any help is appreciated!