Skip to content

Commit

Permalink
More targeted dynamic resizing of grid elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Apr 29, 2024
1 parent 9ad63dd commit d273eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/utility.js
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
]

els.forEach( el => {
const gridItems = document.querySelectorAll( '.group-item-wrapper' );
const gridItems = el.querySelectorAll( '.group-item-wrapper' );

// Find the tallest item.
let tallest = 0;
Expand Down

0 comments on commit d273eb9

Please sign in to comment.