Ian Culshaw

Results 5 comments of Ian Culshaw

I've embeded the Aviary editor into the plugin by adding an 'edit' button onto the image options (align left, center, right, 25% etc). The plugin then takes care of all...

Sorry I never replied to this, my github notifications are a space-like vaccuum. I think just a warning or documentation that it won't work with `(after|before)All` is all thats needed...

Hey, so the original image `logo.png` is being doubled in size irrespective of your screen density and then becoming physically 200x100?

Great explanation, I know exactly what is happening. Thanks, it's a nice edge case to have under consideration, thank you.

This only occurs if you're using a string reference to your stats. e.g. `stats: "minimal"`. If you change this to ``` stats: { preset: "minimal" } ``` It will build...