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

How can I add specific height ? #157

Open
recruitname opened this issue Jul 25, 2017 · 0 comments
Open

How can I add specific height ? #157

recruitname opened this issue Jul 25, 2017 · 0 comments

Comments

@recruitname
Copy link

recruitname commented Jul 25, 2017

   $.fn.matchHeight._maintainScroll = true;
    $('.info-prices').matchHeight({
        target: $('.info-sidebar'),
        byRow:false,

    });

this is my code but I want to add more height too for example result+15px or result-30px..
like this:

   $.fn.matchHeight._maintainScroll = true;
    $('.info-prices').matchHeight({
        target: $('.info-sidebar') -30,
        byRow:false,

    });

is that possible ?

from stackoverflow too : https://stackoverflow.com/questions/45332504/how-can-i-add-minus-px-to-my-plugin

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