diff --git a/example/build/first_gallery/index.html b/example/build/first_gallery/index.html index a65c9db..cbf50f6 100644 --- a/example/build/first_gallery/index.html +++ b/example/build/first_gallery/index.html @@ -40,6 +40,7 @@ +
@@ -57,7 +58,7 @@ - +
@@ -66,9 +67,10 @@ +
- + @@ -87,7 +89,7 @@
@@ -100,9 +102,10 @@ +
- + @@ -121,7 +124,7 @@
- +
plop
@@ -153,7 +156,7 @@
- +
test
@@ -172,11 +175,12 @@
- + +
@@ -189,10 +193,14 @@
@@ -209,7 +217,7 @@
- + @@ -224,11 +232,12 @@
- + +
@@ -250,7 +259,7 @@
- +
test
@@ -271,7 +280,7 @@
- +
test
@@ -292,7 +301,7 @@
- +
test
@@ -315,7 +324,7 @@
- + @@ -332,7 +341,7 @@
- + @@ -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%; +}