We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Slides are squashed on IE11. It's a problem with the width calculation because it's set to 0 on the slides.
To Reproduce Steps to reproduce the behavior:
Expected behavior The carousel should look right.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
fix #103 (#105)
26dda3e
* fix: polyfill Math.sign and Object.assign closes #103 * fix: add polyfill in docs
Thanks for reporting this, this is fixed in 0.2.3.
0.2.3
The docs have IE11 issues due to Vuepress 1.0 not polyfilling properly but hooper should be working fine for IE11 now.
You can test it here:
https://jsfiddle.net/logaretm/wvknhzso/1/
Sorry, something went wrong.
The polyfills added in 26dda3e were removed in 7bd674f
@DavidRouyer Thanks for reporting this, fixed in 0.3.1
0.3.1
Successfully merging a pull request may close this issue.
Describe the bug
Slides are squashed on IE11.
It's a problem with the width calculation because it's set to 0 on the slides.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The carousel should look right.
Screenshots

Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: