Martin Foerster

Results 58 comments of Martin Foerster

Ok, thanks for digging in the sourcecode. I am thinking about, what I could do to drive this issue forward. I think sharp and libvips should be able to process...

One other thought: Would it be better to manually read the Orientation flag? I tried exiftool and I tried another node library and both read the orientation flag as 270...

I tried different libraries and also exiftool and all were able to detect the correct orientation. Only libvips seems to fail.

I will try the route to determine the orientation with another library and pass it explicitely to rotate(). This should fix this. I still think, libvips should also support this...

@roux1max I tried to set `slidesToShow: 0`, but it leads to Warning: `Infinity` is an invalid value for the `width` Then it is broken for Desktop and Mobile unfortunately.

Not a real workaround, but I dropped react-slick completely in my project and switched to https://swiperjs.com/, which works perfectly well for me.

@oscarsidebo This is my Swiper integration: ``` 1} navigation > {slides} ``` The slides look like so: ``` ``` This works on mobile/desktop with variable width, centering the active slide...