Hi guys .
Is me again, now I´m struggling with the thumbnails section of my gallery, the specific problem is that thumbnails gets smaller when they are in active state,
I'm setting the size when not active as follows:
.RadImageGallery .rigThumbnailsList li img {
width
:
auto
!important
;
height
:
100px
!important
;
margin
:
auto
!important
;
}
This works great, but now I have this strange resizing behavior when the thumbnail is active.
How can I keep the size that is set with the css code I just provide but when it is in active state?.
Thanks
Cristian.