FlexSlider: Always show snippet of the next slide -
anybody know how might set flexslider always reveal portion of next slide? example:
it always, not when hovered over, etc. essentially, entices viewer continue looking through panels. naturally, i'd set slideshow: false
.
i figured out; it's not perfect, it's great start:
.flex-active-slide + li { left: -1%; position: relative; }
this says, "hey, target next <li>
adjacent sibling of .flex-active-slide
(which active/visible slide), , move left small amount."
Comments
Post a Comment