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

Videos are not visualized in preview mode at Rich Text Field #8339

Closed
SalahAdDin opened this issue Oct 15, 2020 · 1 comment
Closed

Videos are not visualized in preview mode at Rich Text Field #8339

SalahAdDin opened this issue Oct 15, 2020 · 1 comment

Comments

@SalahAdDin
Copy link

SalahAdDin commented Oct 15, 2020

Hi, when we are creating content in a rich text field and we introduce a video (like we introduce images), we can't see the video in the preview mode.

Steps to reproduce the behavior

  1. Create a type.
  2. Add a rich-text field.
  3. Go to the type and create a new instance.
  4. Embed a video(media), in the content.
  5. Go to the preview mode.

Expected behavior
We should see the embedded video too.

Screenshots
We have the next:
Screen Capture_select-area_20201015002831

System

  • Node.js Version: v14.12.0
  • NPM version: 6.14.7
  • Strapi version: 3.1.3
  • Database: SQLite
  • Operating system: Manjaro Linux
@soupette
Copy link
Contributor

I am closing this issue as it is a duplicate of #8004

Videos are not really supported in markdown, however, you can use the html version:

<video controls="controls" width="100%">
<source src="LINK FROM THE ML" type="video/mp4"></source>
</video>

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

No branches or pull requests

2 participants