1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fixed blurred My Media images (#443)

* Fixed blurred My Media images

* Update CONTRIBUTORS.md
This commit is contained in:
Niklas Fäth 2019-09-05 21:04:35 +02:00 committed by Anthony Lavado
parent a4dabc1644
commit 1be3a7f205
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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,