From 1be3a7f205a786a6152e24e72ba10c1448157558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20F=C3=A4th?= Date: Thu, 5 Sep 2019 21:04:35 +0200 Subject: [PATCH] Fixed blurred My Media images (#443) * Fixed blurred My Media images * Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 1 + src/components/homesections/homesections.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 71f53d260f..c7c8a07162 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -27,6 +27,7 @@ - [petermcneil](https://github.com/petermcneil) - [lewazo](https://github.com/lewazo) - [Raghu Saxena](https://github.com/ckcr4lyf) + - [Nickbert7](https://github.com/Nickbert7) # Emby Contributors diff --git a/src/components/homesections/homesections.js b/src/components/homesections/homesections.js index 9e809fc3f7..d2106c93bd 100644 --- a/src/components/homesections/homesections.js +++ b/src/components/homesections/homesections.js @@ -328,7 +328,7 @@ define(['connectionManager', 'cardBuilder', 'appSettings', 'dom', 'apphost', 'la html += cardBuilder.getCardsHtml({ items: userViews, - shape: enableScrollX() ? 'overflowSmallBackdrop' : shape, + shape: getThumbShape(), showTitle: true, centerText: true, overlayText: false,