Resolves Issue #32. Adding keyboard shortcuts for the galleria theme.

This commit is contained in:
Thomas Misilo
2013-09-27 15:04:23 -04:00
parent 143294b407
commit 1c5c248cee

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' %}