| 1 2 3 4 5 6 7 | 1x | export const RESOLUTION_ITEMS = [
{value: 'QHD', text: '2560x1440', orientation: ''},
{value: 'Full HD', text: '1920x1080', orientation: ''},
{value: 'HD', text: '1280x720', orientation: ''},
{value: 'SD', text: '720x480', orientation: ''},
];
|