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

Fix placeholder in TV layout

This commit is contained in:
MrTimscampi 2020-05-02 17:34:06 +02:00
parent 0e376bb78d
commit f80fb1bb27
2 changed files with 8 additions and 15 deletions

View file

@ -1377,7 +1377,6 @@ import 'programStyles';
}
if (layoutManager.tv) {
// Don't use the IMG tag with safari because it puts a white border around it
cardImageContainerOpen = imgUrl ? ('<div class="' + cardImageContainerClass + ' ' + cardContentClass + ' lazy" data-src="' + imgUrl + '" ' + blurhashAttrib + '>') : ('<div class="' + cardImageContainerClass + ' ' + cardContentClass + '">');