From: José Tomás Albornoz Date: Tue, 19 May 2015 13:37:37 +0000 (+0200) Subject: Documented option to equalize hidden elements X-Git-Tag: v5.5.3~66^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6573%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Documented option to equalize hidden elements Change added in 8f8f07752180df980fb59275d8c42bf6411c8aa1 --- diff --git a/doc/pages/components/equalizer.html b/doc/pages/components/equalizer.html index 4b3427bcd..c59f80bf4 100644 --- a/doc/pages/components/equalizer.html +++ b/doc/pages/components/equalizer.html @@ -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 } }); ```