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.
I'm trying to make an Equalizer component as per the Foundation docs, however it doesn't seem to be working with FoundationPress.
Below is my markup and a screenshot of what it produces.
<div class="section-content row" data-equalizer>
<div class="small-12 medium-4 columns">
<div class="panel" data-equalizer-watch>
test
</div>
</div>
<div class="small-12 medium-4 columns">
<div class="panel" data-equalizer-watch>
test
</div>
</div>
<div class="small-12 medium-4 columns">
<div class="panel" data-equalizer-watch>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</div>
</div>
<div class="small-12 medium-4 columns">
<div class="panel" data-equalizer-watch>
test
</div>
</div>
<div class="small-12 medium-4 columns">
<div class="panel" data-equalizer-watch>
test
</div>
</div>
<div class="small-12 medium-4 columns">
<div class="panel" data-equalizer-watch>
test
</div>
</div>
</div> <!-- .section-content -->
The text was updated successfully, but these errors were encountered:
Hello!
I'm trying to make an Equalizer component as per the Foundation docs, however it doesn't seem to be working with FoundationPress.
Below is my markup and a screenshot of what it produces.
The text was updated successfully, but these errors were encountered: