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

make shape dynamic

This commit is contained in:
grafixeyehero 2020-07-24 01:20:35 +03:00
parent 4b31bcd390
commit ca81ce8f1f

View file

@ -1740,7 +1740,7 @@ define(['loading', 'appRouter', 'layoutManager', 'connectionManager', 'userSetti
function getVideosHtml(items) {
var html = cardBuilder.getCardsHtml({
items: items,
shape: 'overflowSquare',
shape: 'autooverflow',
showTitle: true,
action: 'play',
overlayText: false,