Skip to content

Commit

Permalink
Add max-width
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbloom committed May 13, 2015
1 parent 6d1b28b commit 42f2316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}

var el = Eager.createElement(options.embeds[i].location);
el.innerHTML = '<iframe type="text/html" width="640" height="390" src="' + embed + '" frameborder="0"/>'
el.innerHTML = '<iframe type="text/html" style="max-width: 100%" width="640" height="390" src="' + embed + '" frameborder="0"/>'
}
}

Expand Down

0 comments on commit 42f2316

Please sign in to comment.