Changeset 2011046
- Timestamp:
- 01/12/2019 06:32:45 AM (7 years ago)
- Location:
- zooom/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
zooom.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zooom/trunk/readme.txt
r1964050 r2011046 4 4 Tags: image, zoom, magnify, magnifier 5 5 Requires at least: 4 6 Tested up to: 4.9.87 Stable tag: 1.0 6 Tested up to: 5.0.3 7 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 == Description == 14 14 15 Zooom is a useful plugin to have for product images on ecommerce websites, or if you just want people to be able to zoom into an image without spawning additional overlays or popup windows that may cover your content. This plugin is developed on top of a exceptional plugin [Magnify JS](http://thdoan.github.io/magnify/). 16 17 You can view a [demo here](https://zooom.thehp.review) 15 Zooom is a useful plugin to have for product images on ecommerce websites, or if you just want people to be able to zoom into an image without spawning additional overlays or popup windows that may cover your content. This plugin is developed on top of a jquery plugin [Magnify](http://thdoan.github.io/magnify/) by Tom Doan. 18 16 19 17 = Shortcode Example = -
zooom/trunk/zooom.php
r1963947 r2011046 2 2 /** 3 3 * @package zooom 4 * @version 1.0 4 * @version 1.0.1 5 5 */ 6 6 /* … … 9 9 Description: <strong>Zooom</strong> is a simple, lightweight jQuery plugin that adds a magnifying glass style zoom functionality to images. 10 10 Author: Harshit Peer 11 Version: 1.0 11 Version: 1.0.1 12 12 Author URI: https://harshitpeer.com 13 13 */
Note: See TracChangeset
for help on using the changeset viewer.