Domanda

I'm trying to make a plunkr that uses an iframe to embed content. Here is what I have so far. Am I doing it wrong? It just shows an empty iframe.

È stato utile?

Soluzione

iFrames work in plunker. It just depends on the the source.

For example try the following:

<iframe src="http://www.w3schools.com"></iframe>

Demo

Google prevents the browser from displaying the Google site in iFrames that are not on web page on the Google domain.

How to show google.com in an iframe?

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top