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 -

c# SetCompatibleTextRenderingDefault must be called before the first -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -