-
Notifications
You must be signed in to change notification settings - Fork 58
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
not responsive #13
Comments
I agree, I just realized that vodal (as good as it is) is not responsive! We're in 2019 so this is a requirement for all web developers. @chenjiahan Can we please add the ability for width and height to be specified as percentages? And also make vodal responsive by default?
|
you can use measure props to specify that. The default behavior should not be changed because it will cause breaking change. |
@chenjiahan the measure props are in px only, that doesn't work for resizing the window in a "fluid" manner. We'll have to add multiple media queries...is it possible to add an option for '%' or 'em' to the measure props, so it is not a breaking change?
|
why is it not responsive?
The text was updated successfully, but these errors were encountered: