Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
makryl committed Feb 20, 2014
1 parent e184bb4 commit 4e1d3e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- Closing after viewing of all images.
- Preloading of next and previous images.
- Fully customizable styles.
- Customizable top and bottom areas.
- Customizable bottom area.
- Customizable `onopen` event.

## Usage
Expand Down
2 changes: 1 addition & 1 deletion abigimage.jquery.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* http://aeqdev.com/tools/js/abigimage/
* v 1.2.0
* v 1.2.1
*
* Copyright © 2014 Maksim Krylosov <[email protected]>
*
Expand Down
4 changes: 2 additions & 2 deletions abigimage.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abigimage",
"version": "1.2.0",
"version": "1.2.1",
"title": "ABigImage - view big versions of images",
"author": {
"name": "Maksim Krylosov",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"jquery": ">=1.9"
},
"description": "Fit mobile devices. Uses link's `href` attribute for large images. Clicking image opens next one, clicking left side opens previous, clicking right side closes image. Hotkeys for next, previous and close buttons. Closing after viewing of all images. Preloading of next and previous images. Fully customizable styles. Customizable top and bottom areas. Customizable `onopen` event.",
"description": "Fit mobile devices. Uses link's `href` attribute for large images. Clicking image opens next one, clicking left side opens previous, clicking right side closes image. Hotkeys for next, previous and close buttons. Closing after viewing of all images. Preloading of next and previous images. Fully customizable styles. Customizable bottom area. Customizable `onopen` event.",
"keywords": ["image", "picture", "photo", "view", "viewer", "big", "large", "enlarge"],
"homepage": "http://aeqdev.com/tools/js/abigimage/",
"docs": "http://aeqdev.com/tools/js/abigimage/",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h2>Features</h2>
<li>Closing after viewing of all images.</li>
<li>Preloading of next and previous images.</li>
<li>Fully customizable styles.</li>
<li>Customizable top and bottom areas.</li>
<li>Customizable bottom area.</li>
<li>Customizable <code>onopen</code> event.</li>
</ul>

Expand Down

0 comments on commit 4e1d3e4

Please sign in to comment.