S
S
shokw0w2015-12-06 12:09:14
CMS
shokw0w, 2015-12-06 12:09:14

How to make image zoom effect in wordpress?

You need an effect like on this site:
amurmedia.ru

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dima Pautov, 2015-12-06
@bootd

There is so much php code to write there, you have no idea. But here is still a similar question))
How to make such an effect when hovering over a picture?

C
coderisimo, 2015-12-06
@coderisimo

wordpress has nothing to do with it))) it can be done anywhere

div{
  background-image: url('myimage');
  background-size:100%;
}
div:hover{
  background-size:120%;
}

or here are some examples:
jsfiddle.net/hashem/7vY7v/4 devble.com/zoom-in-background-image-of-a-div-on-mo
...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question