WebDevSimplified
WebDevSimplified
What version of firefox are you using? Maybe this API is not available in your version. On Wed, Oct 16, 2019 at 8:38 AM PratikBalar wrote: > .... is not...
You need to make sure you pass parameters to the `getUserMedia` function like I did in the code. That is why you are getting your first error.
I did when I was developing since I had some performance problems in the first version of my code. My computer is decently powerful, though, so I do not see...
The problem is your images are not stretching to full width. You could try setting width: 100% on the imgs or set justify-items: stretch on the grid container. I think...
Sorry for the late reply. I get too many spam GitHub notifications. When I do an update for this course I am planning to redo this entire project as it...