如何在 flexslider 中更改活动缩略图的样式

How to change the style of active thumbnail in flexslider

我想在 flexslider

中更改活动缩略图的大小 'image'

使用 class .flex-active-slide 设置活动缩略图的样式。

也应用 css 转换 - transform: scale(1.1).

http://flexslider.woothemes.com/thumbnail-slider.html

#carousel .flex-active-slide img {
  opacity: 1;
  cursor: default;
  transform: scale(1.1);
}