make slideshow width and autorotation configurable
This commit is contained in:
@@ -30,6 +30,9 @@ $gap: var(--gap);
|
||||
}
|
||||
|
||||
.snap-slideshow {
|
||||
width: var(--slideshow-width);
|
||||
margin: auto;
|
||||
|
||||
// Hide all contained images except the first
|
||||
.snap-image:not(:first-child) {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user