fix(web): hide slider in fullscreen mode (#827)

This commit is contained in:
Alex Yusiuk
2025-06-20 07:16:54 -04:00
committed by GitHub
parent 727c30870b
commit 7829f4adb1
@@ -535,7 +535,7 @@
width = width * ratio;
height = height * ratio;
setWrapperStyle(`${containerHeight}px`, `${containerWidth}px`, 'auto');
setWrapperStyle(`${containerHeight}px`, `${containerWidth}px`, 'hidden');
width = width > 0 ? width : 0;
height = height > 0 ? height : 0;