liabru
liabru
Strange, thanks for the example @hardyoyo. Can anyone else confirm if they were also matching height with an image?
This is a wild guess, but can you try using [this version](https://github.com/mafisz/jquery-match-height/blob/c72b76f7d522301ae3efa6610acb24af3b705e0b/jquery.matchHeight.js)?
I'm not exactly sure what you mean, can you show an example? Note that usually I suggest using the JS API instead when you need to do something more complex,...
Can you provide more information on what is not working, any console errors and in which browsers?
Which browser? Could it be a Chrome update that caused it?
Is this still an issue? Not sure I can see the problem. My first guess would be that your html is broken (e.g. missing tags) and the minifier somehow fixes...
If what @breadadams says works, then maybe just this might also work in your `webpack.config.js`? ```js externals: { 'jquery': { commonjs: 'jquery', commonjs2: 'jquery', amd: 'jquery', root: 'jQuery' } }...
I've not considered usage in print, I guess it would be a nice to have. I do think the best way forward is a custom print stylesheet where possible though....
I'm not so familiar with angular so I can't help here, but maybe somebody else can?
It's not currently an option, so I'll consider this a feature request. I suggest using the JS API instead when you need to do something more complex, as the data...