Photobox
Photobox is a responsive and mobile optimized gallery slideshow plugin.
Demo: http://designed.bymikita.com/photobox/example/
How to use
Simply add $( '.photobox' ).photobox()
where .photobox
is an anchor(s) linked to full size image.
Changelog
0.1
- Main slide methods added
- Added touch events
- Added shortcut commands
0.2
- Removed junk methods, simplified the code
- Organaized repository
- Added
photobox.min.js
- Updated README.MD
0.3
- Added How-to
- Updated code standard
0.5
- Fixed bug when loading any image but first
- Removed fading controls (redesign this function later)
- Prev/Next controls now disappear on first and last image
- Added CSS3 support for all browsers (before: webkit only)
- Removed minimized version
photobox.min.js
0.6
- Skip duplicate images
Future plans
- Fix tilt/zoom on touch (now buggy)