I need to run a resize() function which adds a style="height:Xpx" to a div.
This package works really nicely (thanks!) but it also interferes with this function:
Template.companyTweets.onRendered(function() {
this.autorun(() => {
resize();
});
});
The style is no longer applied if I use the package?
I need to run a resize() function which adds a style="height:Xpx" to a div.
This package works really nicely (thanks!) but it also interferes with this function:
The style is no longer applied if I use the package?