Skip to content

Commit

Permalink
Fix the slider size to prevent changing height while scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
MyIgel committed Jan 31, 2024
1 parent 8fc5fc0 commit 560acfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/obs.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function initSliders() {
effect: 'fade',
captions: true,
bullets: true,
// height: '4:3',
height: '16:9',
})
if (slider._attributes) {
slider.addBulletNav()
Expand Down

0 comments on commit 560acfe

Please sign in to comment.