-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow for a 3x2 grid layout for the GridLayout component #886
Comments
Hi @vandercloak, I agree with you, which is why we changed this a while ago. Are you on the latest version? We added a pure CSS solution fd776c3. You can get the desired behaviour by changing one line. Let us know if this works for you? |
This is great news. I will try it out today. Thanks @Ocupe for getting back to me so quick! |
@Ocupe Is there any fix for this for the react version of live kit? "@livekit/components-core": "^0.10.2", |
Describe the problem
4-6 participants is our use cases sweat spot. At the moment when there are 5-6 participants, it uses a 3x3 grid layout.
Is it possible to allow for a 3x2 grid layout (or allow us to override the GRID_LAYOUTS variable)?
Describe the proposed solution
Allow for the customizing/overwritting of the layouts OR to add this entry to
GRID_LAYOUTS
The text was updated successfully, but these errors were encountered: