Javascript – React-QR-reader. The height and width of the video does not match the height and width video on the device
The height and width of the video does not match the height and width video on the device. Have styles component: <QrReader scanDelay={500} onResult={handleScan} ViewFinder={scanOverlay} containerStyle={{ width: 300, height: 300, }} videoStyle={{width: 300, height: 300, border: 'solid', borderWidth: '4px', borderColor:…