From dfb6b815514a14c311ee5a1027c8d2669f2430f8 Mon Sep 17 00:00:00 2001 From: roninro Date: Tue, 2 Aug 2022 15:24:34 +0800 Subject: lazysizes --- exampleSite/content/posts/image-demo/404-bg.jpg | Bin 0 -> 120756 bytes exampleSite/content/posts/image-demo/index.md | 18 ++++++++++++++++++ exampleSite/content/posts/image-zoom.md | 18 ------------------ 3 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 exampleSite/content/posts/image-demo/404-bg.jpg create mode 100644 exampleSite/content/posts/image-demo/index.md delete mode 100644 exampleSite/content/posts/image-zoom.md (limited to 'exampleSite') diff --git a/exampleSite/content/posts/image-demo/404-bg.jpg b/exampleSite/content/posts/image-demo/404-bg.jpg new file mode 100644 index 0000000..c2ee242 Binary files /dev/null and b/exampleSite/content/posts/image-demo/404-bg.jpg differ diff --git a/exampleSite/content/posts/image-demo/index.md b/exampleSite/content/posts/image-demo/index.md new file mode 100644 index 0000000..45f2741 --- /dev/null +++ b/exampleSite/content/posts/image-demo/index.md @@ -0,0 +1,18 @@ ++++ +title = "Image Demo" +date = 2022-07-29T14:07:47+08:00 +header_img = "" +short = false +toc = true +tags = ["theme", "image zoom"] +categories = [] ++++ + +## Image Zoom + +[zoom.js](https://github.com/fat/zoom.js) is a simple jQuery plugin for image zooming. + + +![WALL-E](404-bg.jpg "WALL-E") + +![img2](https://cdn.photoswipe.com/photoswipe-demo-images/photos/1/img-2500.jpg) diff --git a/exampleSite/content/posts/image-zoom.md b/exampleSite/content/posts/image-zoom.md deleted file mode 100644 index a206e07..0000000 --- a/exampleSite/content/posts/image-zoom.md +++ /dev/null @@ -1,18 +0,0 @@ -+++ -title = "Image Zoom" -date = 2022-07-29T14:07:47+08:00 -header_img = "" -short = false -toc = true -tags = ["theme", "image zoom"] -categories = [] -+++ - -## Image Zoom - -[zoom.js](https://github.com/fat/zoom.js) is a simple jQuery plugin for image zooming. - - -![WALL-E](/img/404-bg.jpg "WALL-E") - -![img2](https://cdn.photoswipe.com/photoswipe-demo-images/photos/1/img-2500.jpg) -- cgit v1.2.3