getkirby-v2/toolkit

Move new thumb generation methods to `Media` class

Closed this issue · 1 comments

See this topic in the forum.

The methods are currently defined in the File class, which inherits from Media. To make the avatars work (and also because it simply makes sense), I think we could move the methods resize and crop to Media.

This is so much better. Just added it to the develop branch.