You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem when I want to capture the screenshot on small devices, the image gets stretched and has a horrible quality afterward. So I just want to send captured image with full resolution and quality to a post call and show smaller resolution image to user. But anything I do image looks horrible.
This is not a quality problem, its that you are trying to squeeze a large image in a small container. You need to downscale the img and make sure your container has the same aspect ratio
I have a problem when I want to capture the screenshot on small devices, the image gets stretched and has a horrible quality afterward. So I just want to send captured image with full resolution and quality to a post call and show smaller resolution image to user. But anything I do image looks horrible.
https://codepen.io/gkrialashvili/pen/KKxzBdg (child webcam component)
https://codepen.io/gkrialashvili/pen/RwYaBWO (Parent)
The text was updated successfully, but these errors were encountered: