]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Equalize_on_stack 4989/head
authorWing-Hou Chan <winghouchan@gmail.com>
Thu, 17 Apr 2014 13:38:33 +0000 (14:38 +0100)
committerWing-Hou Chan <winghouchan@gmail.com>
Thu, 17 Apr 2014 13:38:33 +0000 (14:38 +0100)
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

index 6e38718b30c1cc5bfdbca517849da08995db098e..c41653a8f812da40cfe14bdd6a321cf7aefa2156 100644 (file)
@@ -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}}