From c450b27c0d76ec178e3527ca3c29d5e0632e12dc Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Mon, 6 Jun 2016 22:51:10 +0200 Subject: [PATCH] Change lightbox overlay color --- templates/gallery.html.ep | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/gallery.html.ep b/templates/gallery.html.ep index 5a1605f..fcba063 100644 --- a/templates/gallery.html.ep +++ b/templates/gallery.html.ep @@ -30,6 +30,7 @@ $(document).ready(function() { var api = $("#gallery").unitegallery({ gallery_theme: "tiles", tiles_max_columns: 4, + lightbox_overlay_color: "#444" }); }); % end