Skip to content

Commit

Permalink
1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kingdido999 committed May 8, 2017
1 parent 27c4003 commit 995d8aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ At this point, any image with attribute `data-action="zoom"` is zoomable by defa
<img src="img/journey.jpg" data-action="zoom" />
```

If you click while holding your meta key (⌘ on mac) or (ctrl on windows), it opens the image in a new tab.

## Advanced

For all supported APIs and options, see [Documentation](http://desmonding.me/zooming/docs/index.html).
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zooming",
"version": "1.1.4",
"version": "1.1.5",
"homepage": "https://github.com/kingdido999/zooming",
"authors": [
"Desmond Ding <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zooming",
"version": "1.1.4",
"version": "1.1.5",
"description": "Image zoom that makes sense.",
"main": "build/zooming.js",
"repository": {
Expand Down

0 comments on commit 995d8aa

Please sign in to comment.