Wowchemy-hugo-modules: Hero: add support for WebM and MP4 video

Created on 20 Feb 2019  路  2Comments  路  Source: wowchemy/wowchemy-hugo-modules

Hi;

I'm not sure it is possible but
I try to have as hero_media = "intro.webm" in content/home/hero.md
but it seams not working

What hero support ?

  • only image ?
  • only specific type of video ?

It is a feature it would be supported in a near future ?

enhancement good first issue help wanted

Most helpful comment

The Hero widget only directly supports images for now, although you can still clear hero_media and instead embed video into the body of the widget using one of the video shortcodes. (The video just won't appear on the right side of the widget if you add video in this way.)

It's on our roadmap to add video support for hero_media in the near future.

All 2 comments

The Hero widget only directly supports images for now, although you can still clear hero_media and instead embed video into the body of the widget using one of the video shortcodes. (The video just won't appear on the right side of the widget if you add video in this way.)

It's on our roadmap to add video support for hero_media in the near future.

Because of the recent help request in #1186, I wanted to post my solution for adding vimeo and youtube videos to the hero carousel. It has been some time, hopefully the solution is complete. The modified hero-carousel code is attached.

hero_carousel_copy.txt

Adding a video is done as following:

[[item]]
title = "My Title"
content = "a funny explanation"
align = "center"
youtube_id = "video id code on youtube" # or vimeo_id = "video id number on vimeo"
overlay_color = "#555" # An HTML color value.
overlay_img = "" # Image path relative to your static/img/ folder.
overlay_filter = 0 # Darken the image. Value in range 0-1.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jooyoungseo picture jooyoungseo  路  3Comments

anirbanbasu picture anirbanbasu  路  3Comments

HughP picture HughP  路  4Comments

petzi53 picture petzi53  路  4Comments

ivlis picture ivlis  路  4Comments