mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-27 20:07:29 -05:00
[GH-ISSUE #20653] issue: How can the issue of the video preview height being compressed be resolved? #138976
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gongshaojie12 on GitHub (Jan 14, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20653
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.7.2
Ollama Version (if applicable)
No response
Operating System
Centos7.9
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The video can be displayed normally on the chat page, and its height is not compressed.
Actual Behavior
I wrote a pipe function, and the content it ultimately returns to the frontend is as follows:
However, it is displayed on the frontend as shown below.
How can I make the video display correctly without its height being compressed?
Steps to Reproduce
None
Logs & Screenshots
None
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Jan 14, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#20502 issue: Performance Optimization: How can open-webui support high availability and high concurrency?
by gongshaojie12 • Jan 09, 2026 •
bug#20361 Issue: Large-scale model setting-related functionality fails.
by shentong0722 • Jan 04, 2026 •
bug#20327 issue: Unable to use any Open WebUI version newer than 0.6.25 due to hybrid search performance
by galvanoid • Jan 02, 2026 •
bug#19987 issue: There is a lack of visual consistency between the home page and the chat interface.
by i-iooi-i • Dec 16, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@gongshaojie12 commented on GitHub (Jan 14, 2026):
The bot’s answer is completely incorrect.