You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-11-25 22:32:52 +02:00
changing supported image formats
This commit is contained in:
@@ -15,14 +15,11 @@ export class DiskMangerWorker {
|
||||
|
||||
private static readonly SupportedEXT = {
|
||||
photo: [
|
||||
'.bmp',
|
||||
'.gif',
|
||||
'.jpeg', '.jpg', '.jpe',
|
||||
'.png',
|
||||
'.tiff', '.tif',
|
||||
'.webp',
|
||||
'.ico',
|
||||
'.tga'
|
||||
'.svg'
|
||||
],
|
||||
video: [
|
||||
'.mp4',
|
||||
|
||||
Reference in New Issue
Block a user