update components

This commit is contained in:
Luke Pulverenti 2016-08-20 02:27:48 -04:00
parent 1846f1afcf
commit 965bf947c8
16 changed files with 111 additions and 63 deletions

View file

@ -1034,7 +1034,7 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemHelper', 'mediaInfo
cardImageContainerClass += ' coveredImage';
if (item.MediaType == 'Photo' || item.Type == 'PhotoAlbum' || item.Type == 'Folder') {
cardImageContainerClass += ' noScale';
cardImageContainerClass += ' coveredImage-noScale';
}
}