kakastia3819
kakastia3819

Reputation: 23

Is there a way to view the mobile version of a site in an iframe?

I’ve been trying for a while to create an iframe with the mobile version of my website. Even on a mobile device, the iframe always shows the desktop version. I searched Google for a while, but I couldn’t find any answers.

Upvotes: 2

Views: 402

Answers (1)

Lundstromski
Lundstromski

Reputation: 1247

Using seamless and then setting the height and width:

seamless width="460" height="500"

CodePen

According to W3schools.com it should not be supported but it seems to work fine:

Upvotes: 3

Related Questions