From 68df0797d0fc03b1255bec06c787e5379fd84774 Mon Sep 17 00:00:00 2001 From: Andy Heathershaw Date: Mon, 4 Sep 2017 20:47:05 +0100 Subject: [PATCH] #15: Fixed the gallery CSS to show thumbnails correctly in the slideshow view --- resources/assets/css/gallery.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 resources/assets/css/gallery.css diff --git a/resources/assets/css/gallery.css b/resources/assets/css/gallery.css new file mode 100644 index 0000000..49bc0cf --- /dev/null +++ b/resources/assets/css/gallery.css @@ -0,0 +1,12 @@ +.album-slideshow-container #image-preview { + height: 600px; + max-width: 100%; + width: 800px; +} + +.album-slideshow-container .thumbnails { + overflow-x: scroll; + overflow-y: hidden; + white-space: nowrap; + width: auto; +} \ No newline at end of file