diff --git a/web_page_2/index.html b/web_page_2/index.html
index 3eda82a..44f56f0 100644
--- a/web_page_2/index.html
+++ b/web_page_2/index.html
@@ -138,8 +138,9 @@
min-width: 0;
}
#liveImage {
- max-width: 100%;
- max-height: 100%;
+ width: 100%;
+ height: 100%;
+ object-fit: contain;
background: #000;
}
.status-bar {