torchbox / wagtailmedia

A Wagtail module for managing video and audio files within the admin
https://pypi.org/project/wagtailmedia/
BSD 3-Clause "New" or "Revised" License
224 stars 70 forks source link

Switch to using the Wagtail Image for thumbnails #196

Open zerolab opened 1 year ago

zerolab commented 1 year ago

Using WagtailImageField instead of a plain FileField would allow us to tap into the Wagtail renditions model and benefit from proper resizing, better thumbnail display across the admin

Would need: