Moved the buttons in the FancyBox to the bottom of the image.

git-svn-id: https://svn.libreccm.org/ccm/trunk@2689 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-06-11 08:25:41 +00:00
parent 17c183a25a
commit 612e2e137f
1 changed files with 3 additions and 1 deletions

View File

@ -76,7 +76,9 @@
$("a.imageGallery").fancybox({ $("a.imageGallery").fancybox({
'type': 'image', 'type': 'image',
'helpers': { 'helpers': {
buttons: {} 'buttons': {
'position': 'bottom',
}
} }
}); });
}); });