diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 406e7fea8..6a043bd4d 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -316,8 +316,12 @@ {% elif p.embed_url and "youtu" in p.domain %} -
- +
+ {% if 'lite' in p.embed_url %} + {{p.embed_url | safe}} + {% else %} + + {% endif %}
{% elif p.url and "streamable.com/e/" in p.url %}