summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/templates/layout/metadata_player.html.eex
blob: 460f280944a83d7cbbee59b4bd5705dd7f52434b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>