Xyphyn / photon

A replacement for lemmy-ui with more features, a better design, and more customizability.
https://phtn.app
GNU Affero General Public License v3.0
344 stars 38 forks source link

Unblur the video preview image #262

Closed gapetto closed 6 months ago

gapetto commented 6 months ago

Is your feature request related to a problem? Please describe. When I scroll to a post which is a video the video is blurred, it looks like this: image

People don't know what to expect

Describe the solution you'd like Can we unblur that?

Xyphyn commented 6 months ago

that is a placeholder image. this means lemmy did not give me a thumbnail image to use.

gapetto commented 6 months ago

So it's a lemmy server issue? What data/object key exactly is that so I'll ping lemmy repo

Xyphyn commented 6 months ago

Lemmy needs to provide thumbnail URLs for videos

Xyphyn commented 6 months ago

PostView.Post.thumbnail_url

gapetto commented 6 months ago

Ok I think they may have already resolved that and it will be in next release: https://github.com/LemmyNet/lemmy/issues/4468