diff --git a/site/src/assets/examples/masonry/index.astro b/site/src/assets/examples/masonry/index.astro index 58aea3f14f..b312549207 100644 --- a/site/src/assets/examples/masonry/index.astro +++ b/site/src/assets/examples/masonry/index.astro @@ -18,7 +18,7 @@ import Placeholder from "@shortcodes/Placeholder.astro" <script src="https://cdn.jsdelivr.net/npm/masonry-layout@4.2.2/dist/masonry.pkgd.min.js" integrity="sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D" crossorigin="anonymous" async></script> -

By adding data-masonry='}"percentPosition": true }' to the .row wrapper, we can combine the powers of Bootstrap's responsive grid and Masonry's positioning.

+

By adding data-masonry='{"percentPosition": true }' to the .row wrapper, we can combine the powers of Bootstrap's responsive grid and Masonry's positioning.