Revert "Fix size of posters pulled from Plex"

This reverts commit 81a8d93336.

Conflicts:
	data/interfaces/default/home_stats.html
This commit is contained in:
Jonathan Wong
2015-08-24 03:57:18 -07:00
parent c62ec71cfc
commit 4df8014102
4 changed files with 11 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ DOCUMENTATION :: END
<li>
<a href="info?source=history&item_id=${item['row_id']}">
<div class="poster">
<div class="poster-face" style="background-image: url(pms_image_proxy?img=${item['thumb']}&width=150&height=225&fallback=poster);"></div>
<div class="poster-face" style="background-image: url(pms_image_proxy?img=${item['thumb']}&width=300&height=450&fallback=poster);"></div>
</div>
<div class="dashboard-recent-media-metacontainer">
% if item['type'] == 'episode':