this post was submitted on 26 Jun 2023
0 points (50.0% liked)

chat

234 readers
1 users here now

founded 1 year ago
MODERATORS
 

I get the perpetual "waiting" icon on the browser interface and some kind of JSON string error in Jerboa (I would have to screen shot it, it flashes up and disappears). Is it the server? Lemmy in general? Something else?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

https://github.com/LemmyNet/lemmy/issues/3349
The max I can upload is 1MiB
edit: oh ok https://github.com/LemmyNet/lemmy-ui/issues/1532
So the user-end solution is to make images smaller. ~~I wanted to write a post about that since weeks~~

[โ€“] [email protected] 2 points 1 year ago

For this specific situation you could use
mkdir optimized
jpegoptim -S 1000 -s -d optimized <image files>