Skip to content

Instantly share code, notes, and snippets.

@goors
Created May 10, 2024 18:45
Show Gist options
  • Save goors/33497cff09567c8bed32aea714f7954a to your computer and use it in GitHub Desktop.
Save goors/33497cff09567c8bed32aea714f7954a to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
body, html {
min-height: 100vh;
padding: 0;
margin: 0;
}
iframe {
width: 100%;
height: 100vh;
}
iframe > header {
display: none !important;
}
</style>
</head>
<body>
<script async src="//jsfiddle.net/nikola031/5kf1jo9d/13/embed/result/"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment