Using template 1 with standard type (tried others, not working either).
Slider is show with the .bx-viewport height set to 1px. If i resize the window, problem goes away. I’ve fixed it by overriding the css of the bx-viewport class externally, setting it to “height:auto !important”
I tried to add .bx-viewport { height: auto !important } in my stylesheet, when narrow the browser, the width is resized but the height doesn’t. Is there any setting I missed?