Skip to content

Commit

Permalink
small fix option
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Sep 19, 2020
1 parent b87cce0 commit 7227361
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ $("[data-magnify=gallery]").magnify();
> If ture, it allow image moving.
- **keyboard** `true`

> If ture, it allow keyboard control. It is similar to Windows photo viewer.
> If ture, it allow keyboard control. It is similar to Windows photo viewer.
- <kbd>←</kbd> prev image
- <kbd>→</kbd> next image
Expand Down Expand Up @@ -182,7 +182,7 @@ $("[data-magnify=gallery]").magnify();
- **footerToolbar** `['zoomIn','zoomOut','prev','fullscreen','next','actualSize','rotateRight']`

> The buttons display in footer toolbar.
> The buttons display in footer toolbar.
- **fixedContent** `true`

Expand Down Expand Up @@ -257,7 +257,7 @@ $("[data-magnify=gallery]").magnify();
myCustomButton: {
text: "custom!",
title: "custom!",
click: function (e) {
click: function (context, e) {
alert("clicked the custom button!");
},
},
Expand Down

0 comments on commit 7227361

Please sign in to comment.