I am attempting to put together a basic frontend holographic pyramid webapp that takes a video and displays it in 4 windows generally equidistant from each other in a square pattern. Below is an example:
I went ahead and set up a basic layout that mimics what I want (MOBILE VIEW IN BROWSER):
I am now attempting to substitute the writing with video components from react-player
but when I do the videos do not align and change sizes:
I am unsure how best to correct this. I have a code sandbox here:
All I have done is replaced "TOP", "BOTTOM" etc with <ReactPlayer />
. Not sure how best to correct this. Appreciate some direction and/or help.