css - How to change the style of active thumbnail in flexslider -
i want change size of thumbnail active 'image' in flexslider
use class .flex-active-slide
style active thumbnail.
apply css transform - transform: scale(1.1)
.
http://flexslider.woothemes.com/thumbnail-slider.html
#carousel .flex-active-slide img { opacity: 1; cursor: default; transform: scale(1.1); }
Comments
Post a Comment