[call-me] - keep aspect ratio

This commit is contained in:
Miroslav Pejic
2026-02-15 00:29:35 +01:00
parent 101652cb23
commit 7fa649fd7f
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "call-me",
"version": "1.3.04",
"version": "1.3.05",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "call-me",
"version": "1.3.04",
"version": "1.3.05",
"license": "AGPLv3",
"dependencies": {
"@ngrok/ngrok": "1.7.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "call-me",
"version": "1.3.04",
"version": "1.3.05",
"description": "Your Go-To for Instant Video Calls",
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
"license": "AGPLv3",
+6 -6
View File
@@ -674,8 +674,8 @@ video::-webkit-media-controls {
/* Hide Local Video on Mobile */
@media (max-width: 768px) {
#localVideoContainer {
width: 120px;
height: 90px;
width: 150px;
height: 112px;
top: 15px;
left: 15px;
z-index: 100 !important; /* Ensure local video stays on top on mobile */
@@ -803,8 +803,8 @@ video::-webkit-media-controls {
/* Landscape orientation for mobile */
@media (max-width: 768px) and (orientation: landscape) {
#localVideoContainer {
width: 100px;
height: 75px;
width: 120px;
height: 90px;
top: 10px;
left: 10px;
z-index: 100 !important; /* Ensure local video stays on top in landscape */
@@ -829,8 +829,8 @@ video::-webkit-media-controls {
/* Very small screens */
@media (max-width: 480px) {
#localVideoContainer {
width: 100px;
height: 75px;
width: 130px;
height: 98px;
top: 10px;
z-index: 100 !important; /* Ensure local video stays on top on small screens */
left: 10px;