




.webcam-container { width: 100%; max-width: 800px; /* ou auto selon ta mise en page */ aspect-ratio: 16 / 9; /* facultatif mais utile */ overflow: hidden; border-radius: 8px; } .webcam-container img { width: 100%; height: 100%; object-fit: cover; display: block; }