Vlad Tansky

Results 40 comments of Vlad Tansky
trafficstars

@Riccardo-Andreatta @Ferie looks like you implemented zoom without `.swiper-zoom-container` wrapper: ```html ...

This is not Angular related issue. Also seems to me this is the way it should work. @nolimits4web thoughts?

try with https://swiperjs.com/swiper-api#param-maxBackfaceHiddenSlides

You should explain it in the readme, it can be confusing, as you are referencing this table right after writing 2.8 KB.

#3641 may be related. Can somebody confirm that @zhengsusu2014 solution works? ```css .swiper-slide{ -webkit-backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); } .swiper-wrapper{ -webkit-transform-style: preserve-3d; } ```

@tiadaguru @ieozt38 @Guyr989 I see that it was working properly for you in `6.1.2` release according to your messages. Although some users here said that the bug still persists, could...

updated demo to the latest version: https://codesandbox.io/s/ecstatic-browser-4ofod?file=/index.html

updated demo: https://jsfiddle.net/xgLa76q8/