mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-01-15 16:33:35 -03:00
Fixed blurred My Media images (#443)
* Fixed blurred My Media images * Update CONTRIBUTORS.md
This commit is contained in:
committed by
Anthony Lavado
parent
a4dabc1644
commit
1be3a7f205
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user