Skip to content

Instantly share code, notes, and snippets.

@ebta
Created April 22, 2019 09:12
Show Gist options
  • Save ebta/976223a8861e119f9b0aedb921d0becf to your computer and use it in GitHub Desktop.
Save ebta/976223a8861e119f9b0aedb921d0becf to your computer and use it in GitHub Desktop.
Load web app in iFrame with Full Window (no-border/margin)
<!DOCTYPE html>
<html>
<head>
<title>Your App Tittle</title>
</head>
<body>
<iframe src="https://yourapp.com/appdir" style="position:fixed; top:0px; left:0px; bottom:0px; right:0px; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
Browser anda tidak mendukung iframe.
</iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment