jsor / jcarousel

Riding carousels with jQuery.
https://sorgalla.com/jcarousel/
MIT License
1.99k stars 734 forks source link

Breaks if parent wrapper is set to display:table-cell or inline-block #830

Closed hallisey closed 6 years ago

hallisey commented 6 years ago

Is there anyway to prevent the plugin from breaking if the jcarousel class is located in a parent wrapper that it set to display:inline-block or display:table-cell? The functionality works, but the responsiveness breaks. Using this example: https://sorgalla.com/jcarousel/examples/responsive/ if the parent class "wrapper" is set to display:inline-block, the resizing breaks. (same with table cell)

hallisey commented 6 years ago

Nevermind, if you change the width to 100% it works again.