Merge pull request #39 from misilot/issue-32

Resolves Issue #32. Adding keyboard shortcuts for the galleria theme.
This commit is contained in:
Simon Conseil
2013-09-28 06:33:12 -07:00

View File

@@ -125,6 +125,14 @@
transition: "fade"
});
Galleria.run("#gallery");
Galleria.ready(function() {
this.attachKeyboard({
right: this.next,
left: this.prev
});
});
</script>
{% endif %}
{% include 'analytics.html' %}