Hey I am using chime sdk apis to integrate, need help in css how can we configure css property in VideoGrid, RemoteVideos component
hey we are using react js in our project to configure video call feature in that i am facing with the styling for the video grid and remove videos component This is the way i am using <Grid item xs={12} style={{ marginTop: '20px', height: '20rem', width: "100%", display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', position: "relative", zIndex: -1, }}> <VideoGrid size={1} layout='standard'> <RemoteVideos/> </VideoGrid> </Grid>
can any one suggest how to add css property to this
I need to do the styling in this format
@Anirudhastikar do you still need help with this?
Check this: https://aws.github.io/amazon-chime-sdk-component-library-react/?path=/docs/styling-guide--page
Closing this due to inactivity. Please reopen or submit a support case if this is still an issue.