Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Viewport meta tag x iframe

Status
Not open for further replies.

SitesMasstec

Technical User
Sep 26, 2010
470
1
18
BR
Hello colleagues!

My webpage displays fine in desktop, tablet and smartphone screens.

Some days ago Google Search Console warned me about Mobile Usability problem:
"Visibility window is not defined"

So, I put the HTML the following meta tag in the HEAD section:
Code:
<meta name="viewport" content="width=device-width, initial-scale=1.0">

And the problem with that error ("Visibility window is not defined") at the Google Search Console was solved.

But a worse problem arose, as I have in my webpage the code:
Code:
<iframe style="border:none" src="avisocadascadupg.htm" height="120" width="700"></iframe>
viewportcut_cx9szm.jpg


The browser in a smartphone to display 700 pixels wide (width="700") in the defined window for the content of avisocadascadupg.htm takes half the screen, another half is cut!
And some other contents of the page are also cut!


Thank you,
SitesMasstec
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top