-
Notifications
You must be signed in to change notification settings - Fork 795
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
Any way to use this with tabbed content? #1
Comments
I think the issue is you normally can't get correct height of an element if the element is inside another element that is "display:none". I think you'll either have to apply If this doesn't help, could you provide a jsFiddle? Cheers |
I'm closing this for now, but I'll reopen it if you reply with more info regarding an issue, cheers. |
I have a similar problem
But this does work however it leaves the modal and tab displaying :(
I'm stumped |
@andyg2 is it not possible to apply |
If I apply matchHeight before, all heights are set to 0px
|
If someone helps - Combine the plugin jquery.actual to determine the height of hidden element |
@pinin thanks, this plugin already integrates a similar technique From #12:
|
Hi, great plugin, thank you. I'd like to use it with content that is split into a couple of tabs. The content in visible tabs is fine, but the content in hidden tabs (display:none) is set to height:0px. Is there any way around this?
The text was updated successfully, but these errors were encountered: