Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "present-em", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Present 'Em is a simple jQuery plugin which basically initiates an image viewer within the browser with **_much_** less fuss. Hence, you just present 'em", | ||
@@ -28,5 +28,5 @@ "main": "jquery.presentem.js", | ||
"homepage": "https://github.com/sakshamsaxena/Presentem#readme", | ||
"dependencies": { | ||
"dependencies": { | ||
"jquery": "^1.9" | ||
} | ||
} | ||
} |
@@ -9,3 +9,3 @@ # Present 'Em | ||
* Intuitive gallery | ||
* Adjustable frame | ||
* Adjustable frame (see Options below) | ||
* Preloader for images | ||
@@ -22,3 +22,3 @@ * Ways to initiate : __many__! | ||
* jQuery (as of now :wink:) | ||
* jQuery | ||
* Images to be presented in gallery. | ||
@@ -29,3 +29,3 @@ * Thumbnail images. | ||
- Include the `jquery.presentem.js` file after icluding jQuery. | ||
- Include the `jquery.presentem.js` file after including jQuery. | ||
- Include the `jquery.presentem.css` stylesheet in head. | ||
@@ -81,2 +81,8 @@ - Add a `data-hqimg` attribute in every one of your thumbnail `img` tag containing the __relative__ path of corresponding larger image. | ||
### Upcoming Features | ||
* Captions inclusion. | ||
* Code improvements. | ||
* Documentation to customize your own frame. | ||
### License | ||
@@ -83,0 +89,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16387
89