Skip to content
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

video problem #381

Closed
daybat opened this issue May 23, 2020 · 5 comments
Closed

video problem #381

daybat opened this issue May 23, 2020 · 5 comments
Milestone

Comments

@daybat
Copy link

daybat commented May 23, 2020

if insert in code view mode the video like this: <video controls="" style="width:auto;height:auto;max-width:100%;max-height:100%;"><source src="/uploads/0/iTYiGksjH/1.mp4" type="video/mp4"></video>

it does not appear in the preview mode and even can not be saved

@JiHong88
Copy link
Owner

Hi
I don't see code :(

@daybat
Copy link
Author

daybat commented May 23, 2020

I'm sorry. Here it is
<video controls="" style="width:auto;height:auto;max-width:100%;max-height:100%;"><source src="/uploads/0/iTYiGksjH/1.mp4" type="video/mp4"></video>

@JiHong88
Copy link
Owner

If the source tag is not used, it will be displayed normally.
<video controls="" style="width:auto;height:auto;max-width:100%;max-height:100%;" src="/uploads/0/iTYiGksjH/1.mp4"></video>
I'll fix the source tag to be available in the next version.

@JiHong88 JiHong88 added this to the 2.30.0 milestone May 24, 2020
@daybat
Copy link
Author

daybat commented May 24, 2020

ok. thank you!

@JiHong88
Copy link
Owner

JiHong88 commented Jun 9, 2020

The 2.30.0 version has been updated.
If this issue has not been resolved, please reopen this issue.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants