From 374c8a1e1f7f2bd1fca16a46cfeb9ce4ab843729 Mon Sep 17 00:00:00 2001 From: Maxime Lardenois Date: Fri, 23 May 2025 11:14:11 +0200 Subject: [PATCH] Docs: fix typo in Masonry example (#41486) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Co-authored-by: Julien Déramond --- site/src/assets/examples/masonry/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.


-- 2.47.2