From 15db3aa08da3cef2039ee903c44008c1af269f81 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 23 Apr 2014 17:29:40 +0200 Subject: [PATCH] responsive lightbox for quest images --- views/html/html.tpl | 7 +++++++ views/html/quests/quest.tpl | 4 ++-- www/css/desktop.css | 5 +++++ www/js/imagelightbox.min.js | 6 ++++++ 4 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 www/js/imagelightbox.min.js diff --git a/views/html/html.tpl b/views/html/html.tpl index a62f4e11..f60d4d71 100644 --- a/views/html/html.tpl +++ b/views/html/html.tpl @@ -16,6 +16,13 @@ $("#qtextbox").niceScroll({autohidemode:false,cursorcolor:"#c2beb9"}); } ); + + +