SyntaxFix
Write A Post
Hire A Developer
Questions
Okay, looks like big solutions.
Why not to add width: 100%; directly in your iframe. ;)
width: 100%;
So your code would looks something like <iframe style="width: 100%;" ...></iframe>
<iframe style="width: 100%;" ...></iframe>
Try this it'll work as it worked in my case.
Enjoy! :)