Reputation: 23
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
Reputation: 1247
Using seamless and then setting the height and width:
seamless width="460" height="500"
According to W3schools.com it should not be supported but it seems to work fine:
Upvotes: 3