MooView 0.7
This is a small and simple image viewer for large images. It uses HTML5 canvas with no fallback. I haven't needed one, but it should be pretty easy to extend.
You can: * Pan * Zoom * Use keyboard to navigate * Load large images, i.e. 5120x5120+
Details
- Author
- Brett Dixon
- Current version
- 0.7
- GitHub
- theiviaxx/MooView
- Downloads
- 722
- Category
- Interface
- Tags
- Report
- GitHub Issues
How to use
var viewer = new MooView();
viewer.setImages([
{
"image": "/static/i/winter.jpg",
"thumbnail": "/static/i/__winter.jpg"
}
]);
viewer.show();
Discuss
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus