12 lines
237 B
CSS
12 lines
237 B
CSS
|
.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;
|
||
|
}
|