Hi,

My flexslider works great, until I resize the browser to approximately 994px at which point the slides become tiny. I can see this is a dynamic inline style applied to the li element, but I cant figure out where its coming from. At browser width 994px, the width attribute on the li is set to 896px and then it jumps right down to 189px.

This doesn't seem to correspond to any breakpoints in my theme, nor can I find anything in the flexslider module or library applies this width.

Im using a flexslider field on a custom block type, no responsive images styles/image styles yet, the flexslider is just displaying the original image.

The site is here: http://test-thistle.pantheonsite.io/

Any Suggestions?

Comments

Pharitz created an issue. See original summary.

janvonmulert’s picture

Title: Inline widths make slides tiny on when browser width below 994px » Inline widths make slides tiny when browser width below 994px
janvonmulert’s picture

Status: Active » Closed (fixed)

Look like a float on menu block above the flexslider was causing an issue, clear: both; on .flexslider fixed the problem.