Skip to content

Commit

Permalink
Improve Slick javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Aug 9, 2024
1 parent 63ae743 commit a61ccd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/slick.js
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@
_.$slider.children().children().children()
.css({
'width':(100 / _.options.slidesPerRow) + '%',
'display': 'inline-block'
'display': 'block'
});

}
Expand Down
Loading

0 comments on commit a61ccd5

Please sign in to comment.