Daniel Niederberger
Daniel Niederberger
Here's the resize function I've been using now for a while: js ``` resizeImage: function ( file ) { var resized = {}; var deferred = $q.defer(); var img =...
Hi vino4all, yes, it's in our roadmap. However, we do yet have some higher priority tasks we want to do, like some code clean ups and updating the readme's. So...
> In theory, you can override the margins via CSS (see @page at-rule). That sounds interesting, how would I do that? I tried: ``` @media print { @page { margin:...
I just checked, on chrome print I get zero margins while with athena I still have the margins using the above css.
Hi, thanks a lot for the offered help. I just checked again and it worked. It was a caching problem, sorry for that!
Thanks to the others for the hints, that's how I did it. ``` ``` Works, the code is in use. **Important note**: Won't work when you have a dnd-nodrag inside...