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
We added the following to our CSS to resize videos that are wider then the screen
/*
* Prevent video containers from spilling over the edges of the main panel.
* This matches the built-in style for `.rst-content img`
*/
.rst-content video {
max-width: 100%;
height: auto;
}
I could not find a way to make the video resize automatically, depending on the display of the guide.
Is it possible?
The text was updated successfully, but these errors were encountered: