We have published the use of Responsify on our site www.rojteatern.nu in mainly 2 scenarios:
1/ Embedding a youtube-video in the header-module "adv1" attached to "https://www.rojteatern.nu/index.php" and the code Resposify i working with is: <div style="margin-top: -5px; margin-bottom: -25px;">{source}<iframe width="1200" height="670" src="https://www.youtube.com/embed/rFLjbJlPn7M?rel=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>{/source}</div>
2/ Embedding a youtube-video in the "user11" module attached to: https://www.rojteatern.nu/foerestaellningar/flickan-mamman-och-soporna.html and the code Responsify is working with is: <div>{source}<iframe width="444" height="250" src="https://www.youtube.com/embed/rFLjbJlPn7M?rel=0" frameborder="0" allowfullscreen class="pull-center"></iframe>{/source}</div>
We're just using the "allow full whidth" option
Scenario 1/ seems to be working fine for both desktop and phone.
Scenario 2/ overides the width and height settings for the video and displays it full-width and that looks fine in the phone but not at the desktop were we would like it to obey to the width and height settings.
Maybe its a impossible scenario, but I need to ask if its possible for all scenarios to work?