File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ export const Resolution = () => {
2222 const [ customResolutions , setCustomResolutions ] = useState < VideoResolution [ ] > ( [ ] ) ;
2323
2424 const resolutions : VideoResolution [ ] = [
25+ { width : 3840 , height : 2160 } ,
2526 { width : 2560 , height : 1440 } ,
2627 { width : 1920 , height : 1080 } ,
2728 { width : 1280 , height : 720 } ,
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ export const Resolution = (): ReactElement => {
2323 const [ customResolutions , setCustomResolutions ] = useState < VideoResolution [ ] > ( [ ] )
2424
2525 const resolutions : VideoResolution [ ] = [
26+ { width : 3840 , height : 2160 } ,
2627 { width : 2560 , height : 1440 } ,
2728 { width : 1920 , height : 1080 } ,
2829 { width : 1280 , height : 720 } ,
You can’t perform that action at this time.
0 commit comments