https://github.com/rareloop/wp-image-magnifier
WordPress plugin for adding zoomable images
https://github.com/rareloop/wp-image-magnifier
Last synced: 3 months ago
JSON representation
WordPress plugin for adding zoomable images
- Host: GitHub
- URL: https://github.com/rareloop/wp-image-magnifier
- Owner: Rareloop
- License: mit
- Created: 2017-03-03T10:55:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T11:41:37.000Z (about 9 years ago)
- Last Synced: 2024-12-29T07:43:14.294Z (about 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Magnifier WordPress plugin
A small plugin that adds ability to easily add zoomable images to posts. The frontend functionality is handled by [Magnify JS](https://thdoan.github.io/magnify).
To use, add the following shortcode to your post:
```
[magnify id="123"][/magnify]
```
The `id` attribute is the ID of the image attachment.
The plugin also adds the shortcode to the Media Library screen as a inconvenience. Once you've selected an image, the shortcode can be found in the sidebar.