Skip to content

Commit

Permalink
#604 Updating event banner icon positions and adding fade
Browse files Browse the repository at this point in the history
  • Loading branch information
thetwopct committed Oct 25, 2022
1 parent 0233ccf commit 4a682e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jQuery( document ).ready(

slider.slick(
{
infinite: true,
slidesToShow: 1,
slidesToScroll: 1,
swipeToSlide: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ function eventSlider($) {
swipeToSlide: true,
draggable: false,
autoplay: true,
autoplaySpeed: 5000,
autoplaySpeed: 8000,
cssEase: "linear",
fade: true,
lazyLoad: "ondemand",
pauseOnHover: true,
pauseOnFocus: false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@
position: absolute;
top: 55%;
@media (min-width: 768px) {
top: 50%;
top: 49%;
transform: translateY(-50%);
}
display: block;
padding: 0;
Expand Down

0 comments on commit 4a682e3

Please sign in to comment.