Change default subtitle aspect mode from 'stretch' to 'contain'

This commit is contained in:
altqx
2026-04-11 14:44:38 +07:00
parent ce85c94156
commit 0a13c43644
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ function getBitmapSubtitleDisplaySettings() {
}
return {
aspectMode: 'stretch'
aspectMode: 'contain'
};
}
+1 -1
View File
@@ -39,7 +39,7 @@ function filterQuerySettings(query, allowedItems) {
const defaultSubtitleAppearanceSettings = {
verticalPosition: -3,
aspectMode: 'stretch'
aspectMode: 'contain'
};
const defaultComicsPlayerSettings = {