Fork me on GitHub

<juicy-tile-grid>

We use CSS3 Grid Layout. Unfortunately, it is not widely supported. In Chrome you can enable it through the "experimental Web Platform features" flag in chrome://flags In IE we use it with -ms prefix, which implements pretty old spec, but works. For other browsers, you need to use polyfill.

Masonry-like Custom Element for sortable tiles that packs efficiently without changing HTML structure (changes CSS only), and adapts it to CSS Grid Layout.

Features