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:
parent
4b31bcd390
commit
ca81ce8f1f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue