From db2801a4b2eac82b6ad28980f14359fb7a0a1040 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Mon, 30 Jun 2025 22:45:23 +0700 Subject: [PATCH] moved image and gif to the end --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6e9b5a3..434759b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ # gallery.mjs Module for creating galleries with re-ordering -![Demonstration image](assets/1.png) -![Demonstration gif](assets/2.gif) - ## Example ```html
@@ -33,4 +30,11 @@ import("/js/modules/gallery.mjs").then((module) => { CSS in the `/index.css` file ## Demonstration -### [CodePen](https://codepen.io/mirzaev-sexy/pen/RNPdYvv) \ No newline at end of file +### [CodePen](https://codepen.io/mirzaev-sexy/pen/RNPdYvv) + +
+
+
+ +![Demonstration image](assets/1.png) +![Demonstration gif](assets/2.gif) \ No newline at end of file