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