apusds / cms

The main CMS for Student Developer Society @ APU made using Laravel Framework
14 stars 2 forks source link

image caching & compression #3

Closed InspectorGadget closed 5 years ago

InspectorGadget commented 5 years ago

PS: Should not need to run Linux Command, Laravel has an Image Compressor.

kklee998 commented 5 years ago

TBD: resizing images in server rather than in HTML

pickfire commented 5 years ago

We should also generate thumbnail versions to make it mobile-friendly?

InspectorGadget commented 5 years ago

The resize will be done after Almond has redesigned the Gallery, for now it will be pushed to a new branch w/o any compression. That branch will not go live w/o the redesign.