A while ago I posted a question about controlling the view size of embedded media (videos in particular) in a Divi module and was told that is not possible - but was offered a possible fix. This was the thread:
It was suggested that I use this code in the CSS on the Divi page:
.fluid-width-video-wrapper iframe {
width: 200px;
height: auto;
}
I'm not sure, however, where to put it or how to make it work. I didn't try it at the time because I came up with a work-around, but that work-around isn't working for what I need at the moment.
ahh - as you are using the content template - do you see with loop editor you will see CSS box, could you please try to add the CSS to CSS box and save view and try to resolve your issue.
It doesn't seem to make any difference when I put the code into the loop editor - no matter what width I set the video for - it doesn't change the way it outputs at all.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I would additionally need your permission to de- and re-activate Plugins and the Theme, and to change configurations on the site. This is also a reason the backup is really important. If you agree to this, please use the form fields I have enabled below to provide temporary access details (wp-admin and FTP).
I have set the next reply to private which means only you and I have access to it.
I can see the video size is reduced now. Could you please confirm. However this is not Toolset issue, this needs custom CSS to fix. Please feel free to change above CSS as per your need.
Thanks. It's still not perfect (as now the module is much bigger than the video - and in the smaller ones (where the grid has them four across) the video is way too small.
but I get the idea - so I'll keep messing with it.