Skip to content

Instantly share code, notes, and snippets.

@monteirobrena
Forked from alrocar/index.html
Created December 19, 2017 16:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monteirobrena/7cf111a8e2020f7007351083406bfeac to your computer and use it in GitHub Desktop.
Save monteirobrena/7cf111a8e2020f7007351083406bfeac to your computer and use it in GitHub Desktop.
WIX iframe
<html>
<head>
</head>
<style type="text/css">
.topad {
height: 26px;
position: absolute;
z-index: 999999999;
top: 0;
background: white;
width: 100%;
display: block !important;
}
</style>
<body style="margin:0px;padding:0px;overflow-x:hidden;overflow-y:scroll">
<div class="topad" style="display: block !important;">
</div>
<iframe src="http://TU_DOMINIO_WIX.wix.com/TU_DOMINIO_WIX" frameborder="0" border="0" scrolling="no" style="overflow-x:hidden;overflow-y:scroll;width:100%;" height="2000px" width="100%">
</iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment