Hello i want to make something like this:
<script>fid="canal1"; width=650; height=440;</script><script type="text/javascript" src="http://www.pirlotv.me/embed.js"></script>
That script create an autoadjustable iframe
As you can see here
That <iframe>
contains an script with a video stream
When you change the width or height property in the URL
it also changes in the html document, how can I do something like that? Please help me