We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff978d commit 6f70cefCopy full SHA for 6f70cef
src/templates/app/season_details.html
@@ -65,7 +65,7 @@ <h1 class="title">{{ season.title }}</h1>
65
{% else %}
66
<div class="col-sm-3">
67
<img src="https://image.tmdb.org/t/p/w500{{ episode.image }}"
68
- class="w-100 h-100 object-fit-cove rounded-start"
+ class="w-100 h-100 object-fit-cover rounded-start"
69
alt="E{{ episode.episode_number }} image">
70
</div>
71
{% endif %}
0 commit comments