Replies: 1 comment
-
|
features.jellyfin.org |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
the fonts sizes on my devices (iPhone, iPad mini, display27") are too small (even x-large) for a comfortable reading.
Could you add xx-large and xxx-large fonts to bookPlayer/plugins.js ?
actually :
const FONT_SIZES = ['x-small', 'small', 'medium', 'large', 'x-large'];
need :
const FONT_SIZES = ['x-small', 'small', 'medium', 'large', 'x-large', 'xx-large', 'xxx-large'];
I hope you can include this improvement in a future release
Thank you very much for your help !
Beta Was this translation helpful? Give feedback.
All reactions