diff --git a/README.md b/README.md index e1f6e3c..39dc6b3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/abigimage.jquery.js b/abigimage.jquery.js index dc35c08..b626f8f 100644 --- a/abigimage.jquery.js +++ b/abigimage.jquery.js @@ -1,6 +1,6 @@ /** * http://aeqdev.com/tools/js/abigimage/ - * v 1.2.0 + * v 1.2.1 * * Copyright © 2014 Maksim Krylosov * diff --git a/abigimage.jquery.json b/abigimage.jquery.json index 7c2e127..4f610ec 100644 --- a/abigimage.jquery.json +++ b/abigimage.jquery.json @@ -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", @@ -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/", diff --git a/index.html b/index.html index 87a5dfe..2ab0488 100644 --- a/index.html +++ b/index.html @@ -94,7 +94,7 @@

Features

  • 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.