mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
462bbad010
commit
dfdd80f607
6 changed files with 19 additions and 12 deletions
|
@ -1730,7 +1730,11 @@
|
|||
var result = {};
|
||||
result.screenWidth = screenWidth;
|
||||
|
||||
if (!AppInfo.hasLowImageBandwidth) {
|
||||
if (AppInfo.hasLowImageBandwidth) {
|
||||
if (!AppInfo.isNativeApp) {
|
||||
screenWidth *= .7;
|
||||
}
|
||||
} else {
|
||||
screenWidth *= 1.2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue