Andy Baird

Results 8 comments of Andy Baird

It's possible this code change in PSV is relevant: [https://github.com/Mu-L/Photo-Sphere-Viewer/commit/31a6f9c5f6c0d5e9abc24c134ad27d8816723e02](url)

The app I am working on is experiencing it too. Its really strange though because it seems like its only localhost. On the left is localhost and the right is...

Yes, thats the case for me. Localhost shows warped images but those same images in production look fine.

I've tried removing the panoData from the image, also adding a bunch of panoData, and I've tried adding/removing plugins but none of that made any difference

The sandbox works. I'm starting to suspect there's something in the image data that is causing it. I can only reproduce the issue with certain images while others from the...

I found a way to reproduce it. I am using a cloud provider to load the images, and they provide options for resizing etc. When I remove their option for...

I know that doesn't directly address it, but it does tell us that image resizing & aspect ratio is having an impact. Which might also explain why the full screen...

I am having a similar problem with getting the updateOnDuplicate option to work. ### What are you doing? ` [err, response] = await to(Lists.bulkCreate(req.body,{ updateOnDuplicate:['id','order'], }));` ### What do you...