spaceshelter / orbitar

Experimental collective social/blogging platform with self-regulation.
MIT License
61 stars 24 forks source link

Extract metadata from self-hosted media urls and add it to images and videos #256

Open Aivean opened 1 year ago

Aivean commented 1 year ago

To recap, the basic idea is to make pictshare encode the metadata (dimensions) into the returned urls.

Backend decrypts such urls and adds metadata to img and video.

Caveat: max-width and max-height in image dimensions no longer work as expected.

Aivean commented 1 year ago

Looks like I managed to fix the styles, but there are still some issues with layout shifts.