Hi, I seem to be having a problem with setting the height and width as percentages.
Instead of using…
const options = {
roomName: ‘MyRoomName’,
height: 768,
width: 1024,
parentNode: document.querySelector(’#JitsiDiv’)
};
I would like to use …
height: 100%,
width:100%
How do I do this?