vestmoria@linux.community to Technology@lemmy.worldEnglish · 6 months agowhat lemmy web app do you use and why?message-squaremessage-square79fedilinkarrow-up197arrow-down17
arrow-up190arrow-down1message-squarewhat lemmy web app do you use and why?vestmoria@linux.community to Technology@lemmy.worldEnglish · 6 months agomessage-square79fedilink
minus-squarennrx@lemmy.worldlinkfedilinkEnglisharrow-up2·5 months agoThis kinda looks like an issue between lemmy and kbin. The issue is present on the lemmy ui as well. The ?format=jpg&thumbnail=96 parameter being there doesn’t have an effect here. The issue is the thumbnail_url is reported wrong. You can see that here. The thumbnail_url should be: https://kbin.social/media/cache/resolve/entry_thumb/60/a4/60a45b8ff88b1b2e3a0f77b701feb323c5bbfb7ceeb75154ea7df5d6eea15ef8.jpg We could try and use some regex to lookout for kbin images and rewrite the thumbnail_url, but it should probably just be fixed upstream. Found this github issue which might be related: https://github.com/LemmyNet/lemmy/issues/3775
This kinda looks like an issue between lemmy and kbin. The issue is present on the lemmy ui as well. The
?format=jpg&thumbnail=96
parameter being there doesn’t have an effect here. The issue is the thumbnail_url is reported wrong. You can see that here. The thumbnail_url should be: https://kbin.social/media/cache/resolve/entry_thumb/60/a4/60a45b8ff88b1b2e3a0f77b701feb323c5bbfb7ceeb75154ea7df5d6eea15ef8.jpg We could try and use some regex to lookout for kbin images and rewrite the thumbnail_url, but it should probably just be fixed upstream.Found this github issue which might be related: https://github.com/LemmyNet/lemmy/issues/3775