diff options
| author | roninro <liumy.f@foxmail.com> | 2022-07-29 19:47:30 +0800 |
|---|---|---|
| committer | roninro <liumy.f@foxmail.com> | 2022-07-29 19:47:30 +0800 |
| commit | fb84df6f8190a850b0456ca144139598bdb2800c (patch) | |
| tree | c5d09ca27d988868a5d3d9342efe943f81e5995e /exampleSite/content/posts | |
| parent | f0e8a71001ad71fbeeab702eee7375f9c1d06960 (diff) | |
support Medium's Image Zoom
Diffstat (limited to 'exampleSite/content/posts')
| -rw-r--r-- | exampleSite/content/posts/image-zoom.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/exampleSite/content/posts/image-zoom.md b/exampleSite/content/posts/image-zoom.md new file mode 100644 index 0000000..a206e07 --- /dev/null +++ b/exampleSite/content/posts/image-zoom.md @@ -0,0 +1,18 @@ ++++ +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. + + + + + |
