Twitter bootstrap 许多引导站点上的视频/照片效果

Twitter bootstrap 许多引导站点上的视频/照片效果,twitter-bootstrap,Twitter Bootstrap,我正在建立一个引导网站,我需要帮助确定的效果,我看到被用于顶部图像。有时这是一个像这样的移动视频 另一个例子是照片上的过滤效果,使其看起来很暗或模糊 这是什么?我如何让我的英雄形象在我的引导网站上有这样的外观 谢谢。他正在使用以下课程: body.marketing.is-home .hero:after { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;

我正在建立一个引导网站,我需要帮助确定的效果,我看到被用于顶部图像。有时这是一个像这样的移动视频

另一个例子是照片上的过滤效果,使其看起来很暗或模糊

这是什么?我如何让我的英雄形象在我的引导网站上有这样的外观


谢谢。

他正在使用以下课程:

body.marketing.is-home .hero:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(205, 35, 42, 0.9);
  z-index: 2;
}