DawnBee / college-medicine-app

1 stars 1 forks source link

Add optimization when user upload images #23

Closed Im-Boss-13 closed 4 months ago

Im-Boss-13 commented 4 months ago

In the backend add custom function that resizes certain images when uploaded.

DawnBee commented 4 months ago

In the backend add custom function that resizes certain images when uploaded.

These are the models/components I think this could only work:

Other components like the 'Announcements' require to be as big as possible since it expands as wide as the viewport.

Im-Boss-13 commented 4 months ago

In the backend add custom function that resizes certain images when uploaded.

These are the models/components I think these could work:

  • Events (800px-850px)
  • Testimonials (300px-350px)
  • Sim Trainings (500px)
  • Faculties (600px)
  • Benefactors (400px)

Other components like the 'Announcements' require to be as big as possible since it expands as wide as the viewport.

Agreed!