jeremyckahn / chitchatter

Secure peer-to-peer chat that is serverless, decentralized, and ephemeral
https://chitchatter.im/
GNU General Public License v2.0
1.4k stars 163 forks source link

image resize per screen device error #289

Closed MohammadTaseenKhan closed 2 months ago

MohammadTaseenKhan commented 2 months ago

Summary

Sharing images is the vital part of a secure chatting platform but in terms of flexibility we are facing problems like after uploading an image in smartphone the image does not perfectly fit with the device screen size and frame that holds the image as a layout around it in terms of responsiveness although it works fine on desktop screen.

Details

desktop view: Screenshot 2024-05-05 192642

phone view: c7ec74cd-8db0-48ff-ba3b-63821a73c020

Impact

It even leads to major problems such as the mobile screen not fitting properly due to the image being too wide to view the screen.

jeremyckahn commented 2 months ago

Thanks for reporting, @MohammadTaseenKhan. This would be a good first issue for someone to pick up, so I've added the appropriate label for that.

brentonv commented 2 months ago

@jeremyckahn this is essentially what I was explaining in #280

Large images in the chat block require much scrolling and it's difficult to view

jeremyckahn commented 2 months ago

this is essentially what I was explaining in #280

Ah, I see! In that case, I'll close this as a duplicate of #280.

Thanks for the additional information and screenshots, @MohammadTaseenKhan.