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