Ben Pickles
Ben Pickles
Percentage dimensions used to be possible but it looks like this capability was removed with the switch to SVG. I will take a look into it. Regarding animations, as much...
It looks like the functionality was removed but never released in an official version. I've reverted the change. Take a look and see how it behaves, it's not perfect due...
These changes are great and make the plugin a lot nicer to use 👍
I'm looking at this, current status: `28 failed, 25 passed, 53 total` The plan is to switch from a jQuery plugin to web components - `` etc - and also...
I have something that may help: https://github.com/benpickles/dragonfly-s3-server
Heroku doesn't allow file storage so you'll need to use something like Amazon S3 and configure Dragonfly to use it - that's what my app does.
Hey that's great, I hadn't even thought of horizontal positioning! I haven't had a chance to test this out yet but I have a few requests for the commit (sorry):...
That's a really good idea (both adding a class option and exposing the added elements), I can't believe it hasn't been suggested before now 💯 You're right, there's nothing available...
Ideally the file type should be determined once on write rather than on every read. I store it on an `*_ext` database column (which used to be "magic" - https://github.com/markevans/dragonfly/issues/189).
If you're using Capistrano 3 you put the require in your `Capfile`: ``` ruby require 'whenever/capistrano' ``` https://github.com/javan/whenever#capistrano-v3-integration