arturbien / 3D-image

🏄 3D images on your website (just like those on Facebook!)
https://arturbien.github.io/3D-image/
101 stars 10 forks source link

Ugly edges when mouse is near border #2

Open arturbien opened 5 years ago

arturbien commented 5 years ago

One solution would be to add default styles to canvas and slightly zoom it in like so:

.image3D canvas {
    transform-origin: center;
    transform: scale(1.2);
}

this way the distorted image borders wouldt not be visible. Downside- not whole image will be visible