tchinchow / story-customized

Beautiful responsive Hugo blog theme focused on simplicity and elegance, with many extra features including presentations, math typesetting, mermaidJs flowcharts, image carousels, maps & GPX, integration, embedded video player, music notation, and search.
https://story-customized.tchinchow.net/
MIT License
0 stars 0 forks source link

[FEATURE] Embedded Video with VideoJs #3

Closed tchinchow closed 3 years ago

tchinchow commented 4 years ago

Feature Description: Provide a way to embed videos with VideoJs (or another javascript library)

Implementation options: For a start, a simple short code could do the trick:

{{< videojs videoPath="videofile.mp4" >}}

Fitting with Story's design? Story already showcases short videos of appearences in the "talk" section.

This new feature would make it easier to integrate videos anywhere.

tchinchow commented 4 years ago

Current implementation does not push any CSS and the video size is not responsive.

tchinchow commented 3 years ago

Feature has been merged into master and looks OK.