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

Another pass of image sizes improvements

This commit is contained in:
MrTimscampi 2020-03-09 20:46:56 +01:00
parent 457d37450e
commit f24c908412
4 changed files with 20 additions and 5 deletions

View file

@ -256,6 +256,7 @@ define(["jQuery", "apphost", "scripts/taskbutton", "loading", "libraryMenu", "gl
if (virtualFolder.PrimaryImageItemId) {
imgUrl = ApiClient.getScaledImageUrl(virtualFolder.PrimaryImageItemId, {
maxWidth: dom.getScreenWidth() * 0.40,
type: "Primary"
});
}