pleroma/lib/pleroma/web/templates/layout/metadata_player.html.eex

17 lines
173 B
Elixir

<!DOCTYPE html>
<html>
<body>
<style type="text/css">
video, audio {
width:100%;
max-width:600px;
height: auto;
}
</style>
<%= @inner_content %>
</body>
</html>