In some courses on Desktop View Free unit pop-up course video is working fine but in some course its scrolling too much: https://prnt.sc/tsndjy
How to fix the width & height of Video Pop Up on free unit on Desktop View.
Hello,
Try to use code given below:
@media (min-width:1025px){ .mfp-content #unit_content iframe { height: 100px; } }
Note: Change height value according to you,
Thanks,