From: Maxime Lardenois Date: Fri, 23 May 2025 09:14:11 +0000 (+0200) Subject: Docs: fix typo in Masonry example (#41486) X-Git-Tag: v5.3.7~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=374c8a1e1f7f2bd1fca16a46cfeb9ce4ab843729;p=thirdparty%2Fbootstrap.git Docs: fix typo in Masonry example (#41486) Co-authored-by: Julien Déramond --- 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.