]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Documented option to equalize hidden elements 6573/head
authorJosé Tomás Albornoz <jojo@eljojo.net>
Tue, 19 May 2015 13:37:37 +0000 (15:37 +0200)
committerJosé Tomás Albornoz <jojo@eljojo.net>
Tue, 19 May 2015 13:37:37 +0000 (15:37 +0200)
Change added in 8f8f07752180df980fb59275d8c42bf6411c8aa1

doc/pages/components/equalizer.html

index 4b3427bcd64097b10f71e509d9e70f1144d6d7d1..c59f80bf48b89c6502f8d274ab74026c937bbfc4 100644 (file)
@@ -251,7 +251,9 @@ Required Foundation Library: `foundation.equalizer.js`
 $(document).foundation({
   equalizer : {
     // Specify if Equalizer should make elements equal height once they become stacked.
-    equalize_on_stack: false
+    equalize_on_stack: false,
+    // Allow equalizer to resize hidden elements
+    act_on_hidden_el: false
   }
 });
 ```