- Notifications
You must be signed in to change notification settings - Fork15
Open
Labels
Milestone
Description
Currently the resizing of videos and photos is to a maximum of 2048x2048 for images and 720p for videos. We should make these config options, including the ability to disable the conversion.
For example, we could have:
IMAGE_MAX_WIDTH="2048"
IMAGE_MAX_HEIGHT="2048"
VIDEO_RESOLUTION="720p"
Setting these to "-1" (or ""?) could disable conversion.