Skip to content

Commit

Permalink
fix infinite artwork carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislav-chynoransky authored and eronisko committed Sep 28, 2023
1 parent 82020e3 commit 046087a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/components/artwork_carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $(document).ready(function(){
lazyLoad: 'progressive',
slide: 'a',
variableWidth: true,
infinite: true
infinite: false
});
$(".multiple-views").slick({
lazyLoad: 'progressive',
Expand Down

0 comments on commit 046087a

Please sign in to comment.