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

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -