mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-21 00:32:04 +00:00
Adjust custom subtitle container position in VideoPlayer component for improved visibility
This commit is contained in:
parent
10e12fa6bd
commit
c7110edcb8
1 changed files with 1 additions and 1 deletions
|
|
@ -2683,7 +2683,7 @@ const styles = StyleSheet.create({
|
||||||
},
|
},
|
||||||
customSubtitleContainer: {
|
customSubtitleContainer: {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
bottom: 120, // Position above controls and progress bar
|
bottom: 40, // Position above controls and progress bar
|
||||||
left: 20,
|
left: 20,
|
||||||
right: 20,
|
right: 20,
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue