- added reset all modal and integrate with camera settings
This commit is contained in:
@@ -93,7 +93,6 @@ const VideoFeedGridPainter = () => {
|
||||
const width = window.innerWidth;
|
||||
|
||||
const aspectRatio = BACKEND_WIDTH / BACKEND_HEIGHT;
|
||||
console.log(window.innerWidth);
|
||||
if (width < 768) {
|
||||
const newWidth = width * 0.8;
|
||||
const newHeight = newWidth / aspectRatio;
|
||||
|
||||
Reference in New Issue
Block a user