Open arturbien opened 5 years ago
One solution would be to add default styles to canvas and slightly zoom it in like so:
canvas
.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
One solution would be to add default styles to
canvas
and slightly zoom it in like so:this way the distorted image borders wouldt not be visible. Downside- not whole image will be visible