Jonas Wannfors
Results
3
comments of
Jonas Wannfors
Try this fix: https://github.com/kennethcachia/background-check/issues/116
After a lot of debbugging I found out that responsive images (picture, srcset) are the cause of this. I managed to fix it by changing the drawImage function to: `...
Make sure picture element is display: block as well to make it work, and add class to img inside it.