Skip to content

Instantly share code, notes, and snippets.

@sbrichardson
Created September 27, 2016 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbrichardson/8228cb6dd4b47c30f32f0bf0c28aae7e to your computer and use it in GitHub Desktop.
Save sbrichardson/8228cb6dd4b47c30f32f0bf0c28aae7e to your computer and use it in GitHub Desktop.
Meteor Duo iFrame Template
<template name="loginAuthFrame">
<div class="ui raised very padded text container segment">
<iframe id="duo_iframe" frameborder="0"></iframe>
<style>
#duo_iframe {
width: 100%;
min-width: 304px;
max-width: 620px;
height: 330px;
}
</style>
<form method="POST" id="duo_form"></form>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment