bxslider-4 icon indicating copy to clipboard operation
bxslider-4 copied to clipboard

How can i remove bx-viewport specified height

Open Nur-jaman opened this issue 9 years ago • 5 comments

In desktop or large screen view, bxslider looks great but in mobile view it's creating a white space underneath of some images(not in every images). when i inspect element via Browserstack i can see bx-viewport defied a specific height for container it's really frustrating :(
Here is the live link http://69.195.124.106/~manosoph/curiousbookco/services/

@stevenwanderski @bsthomsen @pborreli @gavinblair @idflood @jzelenkov Please help me how can i remove this. only for that i can't host my site in live

Many thanks in advance

Nur-jaman avatar May 27 '16 18:05 Nur-jaman

Hi, CSS ? .bx-viewport { height: auto !important; }

sn3ka avatar Jun 16 '16 09:06 sn3ka

did you figure this out? I'm having the same issue.

layonthebeech avatar Apr 26 '18 01:04 layonthebeech

What if you have three sliders in one page then this will not work for all the three because your three different sliders may not be of the same height. I am also looking for the solution but didn't find a suitable solution yet.

Nasirkhan-259 avatar Jul 23 '18 05:07 Nasirkhan-259

use adaptiveHeight, it will solve the auto height issue. adaptiveHeight: true,

matheen821 avatar Apr 05 '19 10:04 matheen821

you can control the white space by doing of the img{ width=100%; height=100% }

ShahrukhAliLodhi avatar Jan 31 '20 10:01 ShahrukhAliLodhi