bild nicht so groß, dauert schon ewig

This commit is contained in:
Alexander Gabriel 2026-07-01 12:16:57 +02:00
parent 6158c9d9e0
commit 4c28cf50bf

View File

@ -112,7 +112,7 @@
const CAMERA_STORAGE_KEY = 'photobox_camera_id';
function videoConstraints(deviceId) {
const base = { width: { ideal: 4096 }, height: { ideal: 2160 } };
const base = { width: { ideal: 2048 }, height: { ideal: 1080 } };
return deviceId ? { ...base, deviceId: { exact: deviceId } } : base;
}