diff --git a/dashboard-ui/scripts/indexpage.js b/dashboard-ui/scripts/indexpage.js
index 67c452d02f..0c51e7016b 100644
--- a/dashboard-ui/scripts/indexpage.js
+++ b/dashboard-ui/scripts/indexpage.js
@@ -298,7 +298,7 @@
html += '
';
html += LibraryBrowser.getPosterViewHtml({
items: result.Items,
- preferBackdrop: true,
+ preferThumb: true,
shape: 'backdrop',
overlayText: screenWidth >= 600,
showTitle: true,
diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js
index 268e63fe92..bdeaf38326 100644
--- a/dashboard-ui/scripts/librarybrowser.js
+++ b/dashboard-ui/scripts/librarybrowser.js
@@ -1225,6 +1225,7 @@
var defaultActionAttribute = options.defaultAction ? (' data-action="' + options.defaultAction + '"') : '';
+ // card
html += '
';
var style = "";
@@ -1322,6 +1323,7 @@
// cardBox
html += '
';
+ // card
html += "
";
}
diff --git a/dashboard-ui/scripts/librarymenu.js b/dashboard-ui/scripts/librarymenu.js
index 5d4ad3d1f8..80be69ad3f 100644
--- a/dashboard-ui/scripts/librarymenu.js
+++ b/dashboard-ui/scripts/librarymenu.js
@@ -46,7 +46,7 @@
var url = user.imageUrl;
if (user.supportsImageParams) {
- url += "height=" + userButtonHeight;
+ url += "&height=" + userButtonHeight;
}
html += '