-1

I can't find in css of my plugin to turn of css grow effect on images when hover , maybe im looking in wrong place . Can someone help me switch this effect off.

Here's my site : http://www.elefantti.iq.pl/

Thanks for answers Best Regards Czajos

Canc
  • 13
  • 6

1 Answers1

1

The easiest way I think would be to add this in to your stylesheet:

.bwg_album_thumb_spun1_0:hover {
  transform: scale(1) !important;
}
Frits
  • 7,341
  • 10
  • 42
  • 60