You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried this on a smartphone and a touchscreen laptop.
For example, the JS script (I tried it without the touchcarousel script and it worked fine) is setting styles on carousel item divs (example: style="width: 1140px;") which I didn't have before. That results in the items arranging oddly when I change phone orientation or resize the browser.
If I try to remove the inline styles all the items come up right next to each other without scrolling.
Is this a problem with the touch script, js, or just might be a bug in my code?
P.S. my carousel constantly adapts it's width to a bootstrap container.
The text was updated successfully, but these errors were encountered:
As I mentioned under Feature Requests / Future Tasks in the README file, "Live Resize" or OrientationChange should be part of the plugin as soon as possible.
This plug in is really nice and has a lot of potential. It's a shame that there aren't more talented people out there who are able to move the project forward at a faster pace and help @ixisio.
I have tried this on a smartphone and a touchscreen laptop.
For example, the JS script (I tried it without the touchcarousel script and it worked fine) is setting styles on carousel item divs (example: style="width: 1140px;") which I didn't have before. That results in the items arranging oddly when I change phone orientation or resize the browser.
If I try to remove the inline styles all the items come up right next to each other without scrolling.
Is this a problem with the touch script, js, or just might be a bug in my code?
P.S. my carousel constantly adapts it's width to a bootstrap container.
The text was updated successfully, but these errors were encountered: