From 560acfe5027950e830eabcc8a837dd7f454743e6 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Wed, 31 Jan 2024 13:06:27 +0100 Subject: [PATCH] Fix the slider size to prevent changing height while scrolling --- assets/js/obs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/obs.js b/assets/js/obs.js index 707667b0..7ce28c25 100644 --- a/assets/js/obs.js +++ b/assets/js/obs.js @@ -53,7 +53,7 @@ function initSliders() { effect: 'fade', captions: true, bullets: true, - // height: '4:3', + height: '16:9', }) if (slider._attributes) { slider.addBulletNav()