You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a div that contains a Stream component, I set the height of the div to 240px for mobile screens and 480px for large screens. The Stream component is rendered perfectly fit inside the div for large screens, but its height goes full screen for mobile screens (I tested on Chrome and Safari and they both have the same result). My question is how can we make the Stream height fit inside a div for mobile screens? Any suggestion?
The text was updated successfully, but these errors were encountered:
I have a problem with the height too. The first part of the video is the iphone simulator. As you can see, the video is playing with a small height. In the second part of the video I am showing the chrome browser and how it plays the video at the correct size.
The
Screen.Recording.2024-04-11.at.00.21.00.mov
I tried replicating but codesandbox is not the right tool: link
I have a div that contains a Stream component, I set the height of the div to 240px for mobile screens and 480px for large screens. The Stream component is rendered perfectly fit inside the div for large screens, but its height goes full screen for mobile screens (I tested on Chrome and Safari and they both have the same result). My question is how can we make the Stream height fit inside a div for mobile screens? Any suggestion?
The text was updated successfully, but these errors were encountered: