You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
Hi @siamkreative . Your sample code seems ok to me. Your implementation is according to the equalizer plugin documentation. Are you experiencing the same issues in a plain Foundation install (without FoundationPress)? I suspect this might be a bug with the equalizer plugin. Let's find out if that might be the case.
For some reasons, the data attribute
data-equalize-on
isn't working. The equalizer is triggered on all media queries.How can this bug be reproduced?
Create a sample markup:
Then resize the viewport to a small screen. Reload the page. Each columns height gets a fixed height in pixels, while they shouldn't.
What did you expect to happen?
The equalizer should only trigger on medium screens and larger.
What happened instead?
The equalizer works on all media queries. My temporary fix is the following:
The text was updated successfully, but these errors were encountered: