Fixed blurred My Media images (#443)
* Fixed blurred My Media images * Update CONTRIBUTORS.md
This commit is contained in:
parent
a4dabc1644
commit
1be3a7f205
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue