-
+
@@ -358,13 +367,14 @@
+
-

+
diff --git a/example/build/index.html b/example/build/index.html
index 7d831e7..ee4a433 100644
--- a/example/build/index.html
+++ b/example/build/index.html
@@ -30,7 +30,7 @@
-->
diff --git a/example/build/static/css/style.css b/example/build/static/css/style.css
index d3e2a59..9df7d97 100644
--- a/example/build/static/css/style.css
+++ b/example/build/static/css/style.css
@@ -252,3 +252,14 @@ nav ul li > a.item-menu::before {
letter-spacing: 3px;
font-style: normal;
}
+
+.gallery-cover video.fillWidth {
+ height: 100%;
+ position: absolute;
+ top: 0px;
+ left: 0px;
+}
+
+.gallery-cover img.fillWidth {
+ width: 100%;
+}