Top "Iframe" questions

An 'iframe' is an HTML element that creates an "inline frame" within a document, which allows displaying a separate document in the same page.

How to add click event to a iframe with JQuery

I have an iframe on a page, coming from a 3rd party (an ad). I'd like to fire a click …

jquery iframe onclick
IFRAMEs and the Safari on the iPad, how can the user scroll the content?

According to the Apple iOS mantra it should be possible to scroll the contents of an IFRAME by dragging it …

html ipad iframe safari scroll
Scale iFrame css width 100% like an image

I want to scale an iFrame through CSS to width: 100%, and the height should scale proportionally to the width. With …

css iframe responsive-design
Stop embedded youtube iframe?

I'm using YouTube iframe to embed videos on my site. <iframe width="100%" height="443" class="yvideo" id="p1QgNF6J1…

javascript html iframe youtube-api
How to communicate between iframe and the parent site?

The website in the iframe isn't located in the same domain, but both are mine, and I would like to …

javascript html ajax iframe
Resize external website content to fit iFrame width

I have a webpage with 2 iFrames in it. Both of them are with fixed width and height. I am loading …

javascript html css iframe web
Embed an External Page Without an Iframe?

Is there any way to embed an external web page without using an iframe? I have access to both sites, …

javascript asp.net html iframe embed
Full Page <iframe>

I have the example code below. This works fine with all browsers except for browsers on mobile devices. The overflow …

html css iframe
How to disable auto-play for local video in iframe

How to disable auto-play for video when src is from my local pc? <iframe width="465" height="315" src="videos/example.…

html iframe video autoplay
difference between iframe, embed and object elements

HTML5 defines several embedded content elements, which, from a bird's-eye view, seem to be very similar to the point of …

html iframe