Replies: 1 comment
-
did you ever figure out a solution to this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi JodusNodus how do I fill the video component to the entire space of the container since we are using the props videoStyle and videoContainerStyle? Also, how do we adjust the size of the videoContainer to fill up a certain portion on the browser. Are we also able to use className prop in component?
const previewStyle = {
display: 'flex',
justifyContent: 'center',
width: '100%',
height: '100%',
}
const camStyle = {
display: 'flex',
justifyContent: 'center',
marginTop: '-100px',
}
Beta Was this translation helpful? Give feedback.
All reactions