B
B
BloodySucker2015-05-25 12:50:30
css
BloodySucker, 2015-05-25 12:50:30

zoom not working?

The zoom in the popup does not work.
link
Popup can be called by clicking on the first product in the list.
Used this zoom:
i-like-robots.github.io/EasyZoom

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Zuev, 2015-05-25
@BloodySucker

<a href="images/img3.jpg"> <--- big-img3.jpg
    <img width="100%" height="100%" src="images/img3.jpg"> <-- thumb-img3.jpg
</a>

zoom works, you need to pass an enlarged image to href, and not the same one,
and to css for img
max-width: 100% It bothers you
Try to add
.easyzoom-flyout img {
 max-width: none;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question