diff options
Diffstat (limited to 'app/posts')
-rw-r--r-- | app/posts/templates/posts/film_detail.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/posts/templates/posts/film_detail.html b/app/posts/templates/posts/film_detail.html index 390eb3c..19c55a0 100644 --- a/app/posts/templates/posts/film_detail.html +++ b/app/posts/templates/posts/film_detail.html @@ -2,6 +2,14 @@ {% load typogrify_tags %} {% load get_image_by_size %} {%block htmlclass%}{%endblock%} +{% block extrahead %} +<style> +.video { + aspect-ratio: 16 / 9; + width: 100%; +} +</style> +{% endblock%} {% block sitename %} <head itemscope itemtype="http://schema.org/WebSite"> <title itemprop='name'>{{object.title|safe}} by Scott Gilbertson</title> |