Jump to content
  • 0

Powiększane zdjęcie po najechaniu myszą


gora3

Question

Witam,

 

w którym miejscu szukać kodu, aby uzyskać efekt powiększonego zdjecia w ProductList na stronie głównej, po najechaniu na inego myszą?

 

Szukałem po wpisach hover w productlist.css, ale nie udało mi się nic zmienić.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Niestety nie mogę znaleźć kodu, który pozwoli zmienić wygląd pola produktu po najechaniu myszą, czyto jest w css czy jakimś JS, albo jQuery?

 

 

prosty kod na powiększanie zdjęcia

.product_img_link {overflow:none;}
.product_img_link img { transition: all .2s ease-in-out; }
.product_img_link img:hover { transform: scale(1.2); }
Link to comment
Share on other sites

  • 0

 

prosty kod na powiększanie zdjęcia

.product_img_link {overflow:none;}
.product_img_link img { transition: all .2s ease-in-out; }
.product_img_link img:hover { transform: scale(1.2); }

z tym 'tansition' bym uwazal ;) jak pisalem wczesniej, nalezy pamietac rowniez o kompatybilnosci z innymi przegladarkami (-webkit) ;)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...