enable keyboard shortcuts in prettyPhoto

This commit is contained in:
James Koster 2014-03-11 11:14:25 +00:00
parent 2f5fb72a9c
commit 8238739987
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
deeplinking: true, /* Allow prettyPhoto to update the url to enable deeplinking. */
overlay_gallery: true, /* If set to true, a gallery will overlay the fullscreen image on mouse over */
overlay_gallery_max: 30, /* Maximum number of pictures in the overlay gallery */
keyboard_shortcuts: false, /* Set to false if you open forms inside prettyPhoto */
keyboard_shortcuts: true, /* Set to false if you open forms inside prettyPhoto */
changepicturecallback: function(){}, /* Called everytime an item is shown/changed */
callback: function(){}, /* Called when prettyPhoto is closed */
ie6_fallback: true,

File diff suppressed because one or more lines are too long