Kind of a lightbox, but better.
v2.1.0 - released 25.06.2015Make use of the full available browser space for enjoyable image viewing. Also supports the native HTML5 fullscreen API in modern browsers.
For the most simple use case load the nessecary files and call the plugin after the ready event is fired:
<link rel="stylesheet" href="css/fullsizable.css">
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/jquery.fullsizable.min.js"></script>
<script>
$(function() {
$('a.fullsizable').fullsizable();
});
</script>
For more advanced usage, please refer to the full documentation.
Click/tap on any image to see fullsizable in action. If you are on a touch device you can also swipe between images.
Please refer to the full documentation to learn more about the advanced features.
Find more usage example on GitHub.
This plugin is maintained by Matthias Schmidt. You can reach me on twitter (wolax) or GitHub (MSchmidt).