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
It's possible to calculate the height for col-xs-6 and set the height by the output container?
$(document).ready(function() { $(".row").eqHeight('.module', {this_container: '.output'}); });
<div class="row"> <div class="col-xs-6"> <dic class="output"> Some output </div> </div> <div class="col-xs-6"> <dic class="output"> Another output </div> </div> </div>
The text was updated successfully, but these errors were encountered:
Hi, sorry I don't get the question quite well. Do you have a sample page or jsfiddle for illustration?
Sorry, something went wrong.
No branches or pull requests
It's possible to calculate the height for col-xs-6 and set the height by the output container?
The text was updated successfully, but these errors were encountered: