npr / responsiveiframe

Responsive IFrames

Home Page:http://npr.github.com/responsiveiframe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple iframes in the same page

rosaleenortiz opened this issue · comments

Is it possible to load multiple iframes in the same page?

I tried adding several lines like this:
$('#myIframeID').responsiveIframe({ xdomain: ''});
$('#myIframeID1').responsiveIframe({ xdomain: '
'});

But it didn't work. It sized them all to the height of the last iframed element.

Thanks!