Skip to content

Commit 6f70cef

Browse files
committed
fix episode image stretching
1 parent 5ff978d commit 6f70cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/app/season_details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h1 class="title">{{ season.title }}</h1>
6565
{% else %}
6666
<div class="col-sm-3">
6767
<img src="https://image.tmdb.org/t/p/w500{{ episode.image }}"
68-
class="w-100 h-100 object-fit-cove rounded-start"
68+
class="w-100 h-100 object-fit-cover rounded-start"
6969
alt="E{{ episode.episode_number }} image">
7070
</div>
7171
{% endif %}

0 commit comments

Comments
 (0)