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) {
|
function getVideosHtml(items) {
|
||||||
var html = cardBuilder.getCardsHtml({
|
var html = cardBuilder.getCardsHtml({
|
||||||
items: items,
|
items: items,
|
||||||
shape: 'overflowSquare',
|
shape: 'autooverflow',
|
||||||
showTitle: true,
|
showTitle: true,
|
||||||
action: 'play',
|
action: 'play',
|
||||||
overlayText: false,
|
overlayText: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue