make shape dynamic

This commit is contained in:
grafixeyehero
2020-07-24 01:20:35 +03:00
parent 4b31bcd390
commit ca81ce8f1f
+1 -1
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,