Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bright-spark/858e5fcaee74fcf61daaa56e9edf380d to your computer and use it in GitHub Desktop.
Save bright-spark/858e5fcaee74fcf61daaa56e9edf380d to your computer and use it in GitHub Desktop.
Artifakt a Simple Responsive Embed
<div><iframe src="https://www.vibescout.com" title="artifakt" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; geolocation" allowfullscreen="allowfullscreen" allowpaymentrequest></iframe></div>
html,
body,
div,
iframe {
margin: 0;
padding: 0;
height: 100%;
}
iframe {
display: block;
width: 100%;
border: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment