1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add more play buttons

This commit is contained in:
Luke Pulverenti 2015-07-17 18:32:00 -04:00
parent 2776720c6f
commit f4d5653ed4
9 changed files with 34 additions and 7 deletions

View file

@ -1484,6 +1484,10 @@
var cssClass = "card";
if (options.fullWidthOnMobile) {
cssClass += " fullWidthCardOnMobile";
}
if (options.autoThumb && item.ImageTags && item.ImageTags.Primary && item.PrimaryImageAspectRatio && item.PrimaryImageAspectRatio >= 1.5) {
width = posterWidth;