diff --git a/gallery.js b/gallery.js
index e5941ef..17bae0f 100644
--- a/gallery.js
+++ b/gallery.js
@@ -2,7 +2,7 @@
   Drupal.behaviors.gallery = {
     attach: function (context) {
       $(".fancybox").fancybox({
-      	closeBtn: 'true'
+      	toolbar: true,
       });
     }
   }
