Replaced Video Links with Video Player (#1145)

This commit is contained in:
Shahed Nasser
2022-03-06 15:57:10 +01:00
committed by GitHub
parent 6c010c019f
commit dbb85c1043
4 changed files with 20 additions and 9 deletions
+5 -3
View File
@@ -2,9 +2,11 @@
In order to work with images in Medusa, you need a file service plugin responsible for hosting. Following this guide will allow you to upload images to DigitalOcean Spaces.
https://user-images.githubusercontent.com/59018053/154808767-7c030254-1879-41fd-a71c-b31c5508d8a4.mp4
<div>
<video width="100%" height="100%" playsinline autoplay muted controls>
<source src="https://user-images.githubusercontent.com/59018053/154808767-7c030254-1879-41fd-a71c-b31c5508d8a4.mp4" type="video/mp4" />
</video>
</div>
### Before you start