mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-07-02 09:00:23 +00:00
🎨 Add AVIF logo support to Meetups and tests
This commit is contained in:
@@ -163,7 +163,7 @@ class Meetup extends Model implements HasMedia
|
||||
{
|
||||
$this
|
||||
->addMediaCollection('logo')
|
||||
->acceptsMimeTypes(['image/jpeg', 'image/png', 'image/gif', 'image/webp'])
|
||||
->acceptsMimeTypes(['image/jpeg', 'image/png', 'image/gif', 'image/webp', 'image/avif'])
|
||||
->singleFile()
|
||||
->useFallbackUrl(get_domain_attributes()['image']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user