Panda

Results 5 comments of Panda

Working to find a fix for this. Its one of those straight forward gotchas, must be

So it is indeed a webpack configuration issue. In my case I was using image-webpack-loader. But as soon as I changed my webpack config to use the following (begrudgingly), svgs...

Run `npm install react-draft-wysiwyg --force` . This worked for me in the meantime

A temporary workaround for this is to add custom CSS `.htmlvideoplayer { object-fit: cover !important }` but this will affect all devices and force cover mode on all. Also there's...

@maxinacube perfect fix for now. Even adding `return true;` inside the `touchstart` event. At first I thought it was because I hadn't initialised slick inside `$(document).ready` but that's not the...