{# Media preview component for videos, images, and audio. Usage: {% from "components/media_preview.html" import media_preview, video_player, image_preview, audio_player %} {{ media_preview(content_hash, media_type, title="Preview") }} {{ video_player(src="/cache/abc123/mp4", poster="/cache/abc123/thumb") }} #} {% macro media_preview(content_hash, media_type, title=None, class="", show_download=True) %}
Preview not available