#15: Fixed the gallery CSS to show thumbnails correctly in the slideshow view
This commit is contained in:
parent
b138af2199
commit
68df0797d0
12
resources/assets/css/gallery.css
vendored
Normal file
12
resources/assets/css/gallery.css
vendored
Normal file
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user