You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just one issue on my side, when I have several iframes on one page that all utilizes the script it all goes bananas and the browser hangs. My child script
var frame = responsiveIframe();
frame.allowResponsiveEmbedding();
Any ideas on why this can be? This is how I call everything:
Thanks, I will take a look, and see what may be going on. Just to be clear, are you using the same src for all the iframes? Just want to be sure as I test it out.
Den måndagen den 1:e juli 2013 skrev Michael Seid:
Thanks, I will take a look, and see what may be going on. Just to be
clear, are you using the same src for all the iframes? Just want to be sure
as I test it out.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/11#issuecomment-20305545
.
Hey guys. Great project this!
Just one issue on my side, when I have several iframes on one page that all utilizes the script it all goes bananas and the browser hangs. My child script
Any ideas on why this can be? This is how I call everything:
$('#mobile').responsiveIframe();
$('#tablet').responsiveIframe();
$('#desktop').responsiveIframe();
The text was updated successfully, but these errors were encountered: