diff --git a/public/willpower.css b/public/willpower.css index c8a2d5b..5c4ef31 100644 --- a/public/willpower.css +++ b/public/willpower.css @@ -94,8 +94,8 @@ html, body { #video { background-image: url('/willpower.gif'); background-position: center; - background-repeat: no-repeat; - background-size: cover; + background-repeat: repeat; + background-size: contain; height: 100%; width: 100%; z-index: 255;