jquery - Owl Slider Auto Width with Links (Horizontal Items Swipe) -


i have bunch of links items using owl slider. want owl items have auto width instead of calculating width per items.

it seems "autowidth: true" option not calculating width if links have "width: auto" , "white-space: nowrap" css.

my code:

 $(".mylinksmenu").owlcarousel({     items: 4,     navigation: false,     pagination: false,     slidespeed: 300,     addclassactive: true,     margin: 20,     autowidth: true,     responsiverefreshrate: 500 }); 

any workaround on bug?

thanks!


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -