mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-12-04 18:56:28 +01:00
Update room previewer
This commit is contained in:
parent
315c32bcb5
commit
ea27520361
@ -3,5 +3,5 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
image-rendering: auto;
|
image-rendering: auto;
|
||||||
//height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
@ -40,7 +40,8 @@ export const RoomPreviewerView: FC<RoomPreviewerViewProps> = props =>
|
|||||||
const displayObject = roomPreviewer.getRoomCanvas(width, height);
|
const displayObject = roomPreviewer.getRoomCanvas(width, height);
|
||||||
const renderingCanvas = roomPreviewer.getRenderingCanvas();
|
const renderingCanvas = roomPreviewer.getRenderingCanvas();
|
||||||
|
|
||||||
elementRef.current.style.height = `${ renderingCanvas.height }px`;
|
elementRef.current.style.width = `${ width }px`;
|
||||||
|
elementRef.current.style.height = `${ height }px`;
|
||||||
|
|
||||||
setRenderingCanvas(renderingCanvas);
|
setRenderingCanvas(renderingCanvas);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user