I’ve been trying to get get videos to be responsive but haven’t had any luck.
I’ve already tried this but it doesn’t seem to work for me
No matter what I do, the video just doesn’t seem to change sizes. I want it them side by side that seems to be the difference between mine and other examples, Any help would be great!
@Jing_Huang Try adding same class to all three embeds and set some style like width: 33%
Also for the div that wraps all three embeds give it width of 100%
Finally go into each embed and change in first line of code style to be style=“width:100%; height:100%;” Rather than using min-width and min-height. After that they should start growing/shrinking based on the parent
Let me know if it worked for you or if you need any other assistance