mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -07:00
Higher quality cover art images.
This commit is contained in:
parent
d750c5f610
commit
227e63cb50
4 changed files with 7 additions and 7 deletions
|
@ -58,9 +58,9 @@ from plexpy import helpers
|
|||
<div class="span9">
|
||||
<div class="summary-content-poster hidden-phone hidden-tablet">
|
||||
% if data['type'] == 'episode':
|
||||
<img src="pms_image_proxy?img=${data['parent_thumb']}&width=256&height=352&fallback=poster">
|
||||
<img src="pms_image_proxy?img=${data['parent_thumb']}&width=300&height=450&fallback=poster">
|
||||
% else:
|
||||
<img src="pms_image_proxy?img=${data['thumb']}&width=256&height=352&fallback=poster">
|
||||
<img src="pms_image_proxy?img=${data['thumb']}&width=300&height=450&fallback=poster">
|
||||
% endif
|
||||
</div>
|
||||
<div class="summary-content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue