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-94f89814c4dfmaster
parent
17c183a25a
commit
612e2e137f
|
|
@ -76,7 +76,9 @@
|
||||||
$("a.imageGallery").fancybox({
|
$("a.imageGallery").fancybox({
|
||||||
'type': 'image',
|
'type': 'image',
|
||||||
'helpers': {
|
'helpers': {
|
||||||
buttons: {}
|
'buttons': {
|
||||||
|
'position': 'bottom',
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue