79093665

Date: 2024-10-16 10:45:20
Score: 1
Natty:
Report link

var isMobile = /iPhone|iPad|iPod|Android/i.test(navigator.userAgent); if (isMobile) {

 Webcam.set({
        width: 250,
        height: 200,
        image_format: 'jpg',
        jpeg_quality: 90,
        dest_width: 150,
        dest_height: 150, 
         constraints: {

facingMode: 'environment' }
});

  } 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: martin mutuku