Open Elodie-Praxinos opened 2 months ago
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;
}
Thanks! I'll try this!
I could not find a way to make the video resize automatically, depending on the display of the guide. Is it possible?