html - Youtube iFrame inside another iFrame -


on site have banners @ top, banners iframe elements. need add youtube video, inside banner iframe.

how add youtube iframe inside iframe? problem is, can add youtube video banner, can't change size of youtube video without changing whole iframe.

i can make whole thing in html has iframe. , stuck.

you put iframe next iframe banner, put position absolute , position within iframe. dirty doable.

<iframe style="position: absolute; left: 0px; top: 0px;" src="" /></iframe> 

Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -