platypush/platypush/backend/http/templates/plugins/media.omxplayer/index.html
Fabio Manganiello 9d4511577f - Refactored webpanel style to use flex and dynamic element heights
instead of ugly fixed/absolute positioning.

- New media webpanel plugin WIP
2019-06-14 00:54:20 +02:00

7 lines
283 B
HTML

<script type="application/javascript" src="{{ url_for('static', filename='js/plugins/media/index.js') }}"></script>
{% include 'plugins/media/index.html' %}
<script type="text/x-template" id="tmpl-media-omxplayer">
<media :config="config" player="omxplayer"></media>
</script>