README
equalize
This library equalizes the height of multiple DOM elements based on the highest element.
IN DEVELOPMENT
Todo
- Create documentation
Equalization library to adjust height of DOM elements
<script type="module">
import shopmacherEqualize from 'https://cdn.skypack.dev/@shopmacher/equalize';
</script>
This library equalizes the height of multiple DOM elements based on the highest element.
IN DEVELOPMENT