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+
var viewer = new MooView(); viewer.setImages([ { "image": "/static/i/winter.jpg", "thumbnail": "/static/i/__winter.jpg" } ]); viewer.show();
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