-
Notifications
You must be signed in to change notification settings - Fork 49
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
Embeds - Web images & video #81
Comments
Yes indeed, it's a known issue. One of the reasons I forked from Quill was the lack of default support for web images and videos. I don't have a clear explanation of why this is the maintainers of Quill did not add support. At some point I asked around but did not get any answer. At the moment I'm busy fixing other more urgent issues in the code base. But support for images on the web is top prio. So expect this to be fixed within a month or so. I'll update here once ready. It's funny that I documented all these issues but forgot to list the images issue. It was such an obvious issue that I did not even bother to document. Thanks for opening the ticket. Temporary notes: |
Thank you for your reply。 |
We've been busy refactoring the existing code base and adding support for highlights and markers. In the meantime we got enough experience to figure out what to do for the web. We will fix this one soon. Apparently images already work just fine on the web. We just need to enable them for web (there's a piece of code that blocks images on the web). As for video, we have to add a web player. Closed #21 Since it was a duplicate References: |
Embeds - Default support for web images and video #81
VE Embeds - Move custom embed insertion code from demo page to the controller
VE Embeds - Resize image, see if we can reuse mobile options for web.
web and windows cannot show image.
web tips:!kIsWeb "Please provide EmbedBuilder for Web"
i can not find way
The text was updated successfully, but these errors were encountered: