From: Wing-Hou Chan Date: Thu, 17 Apr 2014 13:38:33 +0000 (+0100) Subject: Equalize_on_stack X-Git-Tag: v5.2.3~51^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4989%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git 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 --- 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}}