abdelaziz-mahdy / flutter_meedu_videoplayer

Cross-Platform Video Player for flutter
https://abdelaziz-mahdy.github.io/flutter_meedu_videoplayer/
MIT License
132 stars 69 forks source link

Subtitle Size #107

Closed CoocooFroggy closed 1 year ago

CoocooFroggy commented 1 year ago

Hello,

Is there a way to change the font size of the subtitles in the video? The text seems to be very small when the video is put in full-screen.

Windowed

windowed

Full Screen

full-screen
abdelaziz-mahdy commented 1 year ago

You can change font size throughout the video player using the responsive class , check custom sizes in the examples

abdelaziz-mahdy commented 1 year ago

fixed in 4.2.11-dev-8, check and let me know

also you can check the examples https://github.com/zezo357/flutter_meedu_videoplayer/blob/master/package/example/lib/pages/custom_subtitles.dart

CoocooFroggy commented 1 year ago

Wow I appreciate the update so much!! I will try it out and let you know