Merge branch 'fix/twittercards' into 'develop'
Fix Twitter Cards See merge request pleroma/pleroma!815
This commit is contained in:
commit
5a4e2905fe
7 changed files with 223 additions and 72 deletions
16
lib/pleroma/web/templates/layout/metadata_player.html.eex
Normal file
16
lib/pleroma/web/templates/layout/metadata_player.html.eex
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<style type="text/css">
|
||||
video, audio {
|
||||
width:100%;
|
||||
max-width:600px;
|
||||
height: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
<%= render @view_module, @view_template, assigns %>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue