Skip to content
Snippets Groups Projects
Commit 3fb0a6bd authored by Camille Villa's avatar Camille Villa Committed by Chris Beer
Browse files

Constrain video height to window height

parent 3c0d4f51
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ const styles = () => ({ ...@@ -22,6 +22,7 @@ const styles = () => ({
width: '100%', width: '100%',
}, },
video: { video: {
maxHeight: '100%',
width: '100%', width: '100%',
}, },
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment