Add carousel right cutoff by default
Prevents it from fading in when the page loads
This commit is contained in:
parent
48d4d4e966
commit
7e05f8a5eb
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ function setupCarousels() {
|
|||
|
||||
for (let i = 0; i < carouselElements.length; i++) {
|
||||
const carousel = carouselElements[i];
|
||||
carousel.classList.add("show-right-cutoff");
|
||||
const itemsContainer = carousel.getElementsByClassName("carousel-items-container")[0];
|
||||
|
||||
const determineSideCutoffs = () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue