I need to change third party iframe inline style. How to do this please let me know.
3rd party video player to display our site via iframe. It's working fine in normal view but responsive it's not display properly.
<iframe src="" style="width: 100%; height: 100%; position: absolute; left: 0; top: 0;" allowfullscreen="true" allowtransparency="true" id="" name="" frameborder="0"></iframe>
I need to change the position & width only responsive how to do this?