|
|
@ -31,7 +31,7 @@ |
|
|
|
{% for id, describe_form in distribusi_file_forms.items() %} |
|
|
|
<div class="distribusi_file"> |
|
|
|
{% if describe_form.type == "image" %} |
|
|
|
<img src="{{ url_for('shortstashurl')}}/{{describe_form.file_path}}" alt="" data-src="{{ url_for('shortstashurl')}}/{{describe_form.file_path}}" loading="lazy"/> |
|
|
|
<img src="{{ url_for('shortstashurl')}}/{{describe_form.file_paths}}" alt="" data-src="{{ url_for('shortstashurl')}}/{{describe_form.file_path}}" loading="lazy"/> |
|
|
|
{% elif describe_form.type == "video" %} |
|
|
|
<video src="{{ url_for('shortstashurl')}}/{{describe_form.file_path}}" preload="auto" alt="" controls loading="lazy"></video> |
|
|
|
{% elif describe_form.type == "audio" %} |
|
|
|