javascript - owl slider 2 show next slide cropped -


i trying add mobile optimized slider website. therefore don't want show next / prev buttons. want show first / current slide in total , second / next slide cropped.

i have seen owl slider gives option have stagepadding: http://www.owlcarousel.owlgraphic.com/demos/stagepadding.html

is possible have padding on right side, idea of slider real. don't want show previous , next slide cropped, next slide.

hope guys (and girls) can me. thankyou

you can resolve adding negative right: of stagepadding's value on .owl-stage class. (not tested) example, if stagepadding: 20:

.owl-stage {     right: -10px; } 

originally answer: https://github.com/owlcarousel2/owlcarousel2/issues/172#issuecomment-62762886


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -