Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
payalord committed Jun 12, 2018
2 parents a55013a + 5ffc654 commit c78a310
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ <h3>Options</h3>
<td>false</td>
<td>When selected position "inside" and this option is set to true, the lens direction of moving will be reversed.</td>
</tr>
<tr>
<td class="green">openOnSmall</td>
<td>true</td>
<td>Option to control whether to open or not the zoom on original image, that is smaller than preview.</td>
</tr>
<tr>
<td class="green">zoomWidth</td>
<td>auto</td>
Expand Down
1 change: 1 addition & 0 deletions doc/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Here is list of all possible options and their description:
| lensShape | box | Lens shape "box" or "circle". |
| lensCollision | true | Lens will collide and not go out of main image borders. This option is always false for position "lens". |
| lensReverse | false | When selected position "inside" and this option is set to true, the lens direction of moving will be reversed. |
| openOnSmall | true | Option to control whether to open or not the zoom on original image, that is smaller than preview. |
| zoomWidth | auto | Custom width of zoom window in pixels. |
| zoomHeight | auto | Custom height of zoom window in pixels. |
| sourceClass | xzoom-source | Class name for source "div" container. |
Expand Down

0 comments on commit c78a310

Please sign in to comment.