-
Notifications
You must be signed in to change notification settings - Fork 10.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link previews of images in new message parser are cropped and can't be clicked to enlarge. #26838
Comments
I agree, it's annoying to see cropped images. I don't like the way the images are now displayed after the 5.0.0 upgrade. How can we show images in their natural size like it was before the update? |
Not sure how it is with others, but this is the one issue that keeps me from enabling the new message parser in its current state because users really don't like it at all. It's not just cosmetic, not being able to click to enlarge is really very annoying. |
That is a different issue (and it's even worse). The way it is handled right now: If not 16:9, the previews are just cropped, and they cannot be enlarged. Still, this is the one issue that keeps me from switching the new message parser back on, and I will stick with the legacy parser until this has been worked on. This is the one issue that degrades the quality of Rocket.Chat so much after the update to 5.0 that I will not unleash this on my users. I see a lot of other issues have been taken care of, I also notice the number of closed issues within the past few weeks. But this one really deserves a lot more priority. |
Hi @chotaire thank you for your feedback! We are addressing a lot of Message Parser Issues, and this one Is being worked on by me in the current cycle. You should expect a fix soon, once I have a Pull Request that fixes this issue I gonna mention this issue there. Thanks |
@hugocostadev Thanks for letting us know about the current status. It is much appreciated. |
Description:
Link previews of URLs to externally hosted images are often cropped and cannot be clicked to enlarge when using the new message parser.
Steps to reproduce:
Expected behavior:
The behavior should be the same as with uploaded images. The image should be shown completely and when clicking it, it will open a full size view of the image.
Actual behavior:
Depending on the image (it seems to expect a 16:9 ratio), it is vertically cropped and clicking it does nothing.
Server Setup Information:
Client Setup Information
Screenshots
Legacy Message Parser (everything works):
New Message Parser (cropped and not clickable):
New Message Parser when image has been uploaded (now it's clickable):
The text was updated successfully, but these errors were encountered: