Anze Klancar

Results 2 comments of Anze Klancar

How did you achieve white color on the top? @softwarebyjims

For `.ts` Like stated above, remove `data-glide-el="controls"` and add the following before `glide.mount();` ``` const glideArrowLeft = document.querySelector('.glide__arrow--left') const glideArrowRight = document.querySelector('.glide__arrow--right') glideArrowLeft.addEventListener('click', function() { glide.go(''); }) ```