nolimits4web / swiper

Most modern mobile touch slider with hardware accelerated transitions
https://swiperjs.com
MIT License
39.89k stars 9.74k forks source link

Coverflow Style with dir="rtl" #2087

Closed aufdenpunkt closed 7 years ago

aufdenpunkt commented 7 years ago

This is a (multiple allowed):

What you did

I've a Coverflow Gallery and changed the layout direction to right-to-left by setting the html attribute dir="rtl".

Expected Behavior

The gallery should be reversed but the styling should be identical. No matter if dir="ltr" or dir="rtl".

Actual Behavior

The gallery style is looking different if the direction is "rtl". Please see attached screenshots.

html[dir="ltr"] -> Right ltr

html[dir="rtl"] -> Wrong rtl

P.S. Remember, an issue is not the place to ask questions. You can use Stack Overflow for that.

Before you open an issue, please check if a similar issue already exists or has been closed before.

aufdenpunkt commented 7 years ago

Fixed it by myself. Just had to set the option "setWrapperSize" to "false"

lock[bot] commented 6 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.