ClimbAssist / ClimbAssistUI

Front-end UI supporting climbassist.com
GNU Affero General Public License v3.0
10 stars 3 forks source link

Change photo uploads to jpg, add jpg fallback to webp images #16

Open buyeno opened 4 years ago

buyeno commented 4 years ago

add fallback support for safari and old browsers, more user friendly uploads.

Users should be able to upload in jpg or png format, images will be converted to jpg and compressed to 1024. Then be sent to the backend which will store them and a webp version.

waiting on backend issue: https://github.com/ClimbAssist/ClimbAssistService/issues/16