From 49d86d477adb57d16bc2f67d759d682d6101c417 Mon Sep 17 00:00:00 2001 From: Wing-Hou Chan Date: Thu, 17 Apr 2014 14:38:33 +0100 Subject: [PATCH] Equalize_on_stack equalize_on_small is now equalize_on_stack since it doesn't matter what the viewport size is, it matters if the elements Equalizer is watching becomes stacked or not. Update zurb#4978 --- doc/pages/components/equalizer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/pages/components/equalizer.html b/doc/pages/components/equalizer.html index 6e38718b3..c41653a8f 100644 --- a/doc/pages/components/equalizer.html +++ b/doc/pages/components/equalizer.html @@ -133,8 +133,8 @@ Required Foundation Library: `foundation.equalizer.js` ```js $(document).foundation({ equalizer: - // specify if Equalizer should make elements equal height on the small media query range - equalize_on_small: false + // specify if Equalizer should make elements equal height once they become stacked + equalize_on_stack: false }); ``` {{/markdown}} -- 2.47.2