RobertoJarquinRR131 downloadsMake a gallery of your videos and images
Media Gallery lets you create a gallery of your video and image files directly inside of your notes in Obsidian
Video

Image
https://github.com/RobertoJarquinRR/Media-Gallery-viewSearch for "Media Gallery" in Obsidian's Community Plugins browser and install it directly.
Create a code block with the language set to MediaGallery in any note. Specify a path: to the folder containing your media, and an optional type: to choose between a video or image gallery. If type: is omitted, the gallery defaults to video.
```MediaGallery
path: directory/videos
type: video
```
```MediaGallery
path: directory/images
type: image
```
The plugin will render all matching files found in the specified folder as a gallery grid.
Esc.For a better video playback experience, consider installing the Media Extended plugin. Note that this only improves playback when you open a video in a separate note — the gallery itself renders videos with the default HTML5 player for performance reasons.