Josh Crawford

Results 1532 comments of Josh Crawford

Hmmm, I'd probably say it's out of scope for this plugin (we're just about resizing, not further manipulation), but anything is possible. There's lots of complexities to converting images between...

I'll say that at the moment, "optimize assets on upload" is even out of scope for the plugin (which is why we'd pick [ImageOptimize](https://plugins.craftcms.com/image-optimize) for that), but at some point,...

How strange, I certainly can't reproduce that with a whole different set of image formats either, least of all PNG. Just to be clear, is this log message after the...

Thanks for clarifying. Pretty strange all in all. Something worth checking is the fix described in https://github.com/verbb/image-resizer/issues/76 which could be similar

I suppose you've also tried multiple types of PNG's of various sizes? What Image Resizer will do for remote filesystems is if it doesn't already exist locally, it'll download it...

Huh, didn't even know about the underscore trick, but that makes sense, which is in use for transforms. A valid option, but certainly configurable as some people might want the...

We're not going to add support for the Entries Subset plugin for picking an Entry element for navigation - sorry to say. I've not actually used that plugin, but from...

There shouldn't be anything like that, the output for the field is incredibly simple, apart from the parsing part, which is all PHP-based. I can't immediately see any reason why...

Not currently possible, sorry because the `spatie/calendar-links` doesn't support this, so we'll have to implement it ourselves. Will look into it and consider [spatie/calendar-links](https://github.com/spatie/icalendar-generator)

That would be correct behaviour if there is no active node. You probably shouldn't assume that `craft.navigation.getActiveNode({ handle: 'mainMenu' })` always returns something, hence the error message that it's trying...