diff --git a/lnbits/extensions/copilot/templates/copilot/compose.html b/lnbits/extensions/copilot/templates/copilot/compose.html index ae6d6342..680531a6 100644 --- a/lnbits/extensions/copilot/templates/copilot/compose.html +++ b/lnbits/extensions/copilot/templates/copilot/compose.html @@ -260,11 +260,11 @@ }, 5000) } if (res[1] == 'true') { - document.getElementById('videoElement').style.width = '20%' + document.getElementById('videoCamera').style.width = '20%' self.initScreenShare() } if (res[1] == 'false') { - document.getElementById('videoElement').style.width = '100%' + document.getElementById('videoCamera').style.width = '100%' document.getElementById('videoScreen').src = null } console.log(res[2])