Product Magnifier

A Small CodePen Project

Due to some troubles with the existing library, I was tasked with replacing the product magnifier for a client.

This project had a lot of interesting mathematical challenges. Not only does this display a magnified preview of the image beside the cursor, but it will also zoom in and out when you use the scroll wheel. I wrote it with a functional approach, and in a reasonably efficient and smooth way. I was pretty happy with the result!

Tools Used:

  • JavaScript (ES6+)
  • CSS3