Skip to content
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

Issue for empty height param #290

Open
hsengiv opened this issue Oct 10, 2017 · 0 comments
Open

Issue for empty height param #290

hsengiv opened this issue Oct 10, 2017 · 0 comments

Comments

@hsengiv
Copy link

hsengiv commented Oct 10, 2017

Why did we change the logic for getting o.height from

o.height = (options.height == 'auto') ? me.parent().height() : options.height;

to

o.height = (o.height == 'auto') ? me.parent().height() : o.height;

Due to that If I am not passing height param it is setting 250px default value. :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant