data attribute on wrapper div for equalization
-
The Foundation responsive framework requires that you have a data atrribute on the wrapper in a grid (or row) like so.
<div class="grid-x grid-margin-x" data-equalizer> <- this <div class="cell small-6" data-equalizer-watch> </div> <div class="cell small-6" data-equalizer-watch> </div> </div>Is there a way to implement this into ajax load more? I can’t include the grid-x div in the repeater template as I only want to open a new grid once.
Thanks for any thoughts you may have.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘data attribute on wrapper div for equalization’ is closed to new replies.