Embed player suitable for Twitter Cards

This commit is contained in:
href 2019-02-19 17:39:42 +01:00
commit 10a11f083c
No known key found for this signature in database
GPG key ID: EE8296C1A152C325
5 changed files with 71 additions and 6 deletions

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<body>
<style type="text/css">
video {
width:100%;
max-width:600px;
height:auto;
}
</style>
<%= render @view_module, @view_template, assigns %>
</body>
</html>