-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
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
responsive: true only effects width #34
Comments
Correct, I will look at this issue. |
@jonathan-fielding Can I use your SimpleStateManager to change the height on different breakpoints ? |
I would advise against it as jquery plugins should only have the dependency of jQuery, not on 2 libraries. |
what you likely need to do is take the original specified width and height, calculate the aspect ratio and then as the width changes the height would need to change inline |
the problem could be solved if you would get the hight of the current-image and set this as hight of ". threesixty" |
This is high priority for me either |
Releasing V2 next week and this bug will be fixed |
great! |
Is this v2.0 coming soon? I'm really looking forward responsive height bug fix. |
v2.0.0 is available now and responsive height is fixed in latest version. |
the height should automatically be calculated and scale with the width
The text was updated successfully, but these errors were encountered: