diff --git a/src/controllers/itemDetails/index.js b/src/controllers/itemDetails/index.js index bba6cba9c..95eaa55b2 100644 --- a/src/controllers/itemDetails/index.js +++ b/src/controllers/itemDetails/index.js @@ -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,