CharisKomos (Talk | contribs) |
CharisKomos (Talk | contribs) |
||
Line 118: | Line 118: | ||
</svg> | </svg> | ||
+ | <!-- | ||
<div class='background_box' onmouseover='whenAllOver()'> | <div class='background_box' onmouseover='whenAllOver()'> | ||
<img src='https://static.igem.org/mediawiki/2017/6/6f/GreeKom_desert_hd.jpeg' style='width:100%; height:100%;' /> | <img src='https://static.igem.org/mediawiki/2017/6/6f/GreeKom_desert_hd.jpeg' style='width:100%; height:100%;' /> | ||
</div> | </div> | ||
+ | --> | ||
+ | |||
+ | <video id="video" autoplay="autoplay" muted="muted" preload="auto" loop="loop"> | ||
+ | <!--<source src="https://cldup.com/tPZsN3E3uG.mp4" type="video/mp4">--> | ||
+ | <source src="https://static.igem.org/mediawiki/2017/5/55/GreeKom_slow_wave_video_background.webm" type="video/webm"> | ||
+ | </video> | ||
+ | |||
<div id='display_box'></div> | <div id='display_box'></div> | ||
Line 133: | Line 141: | ||
width: 100%; | width: 100%; | ||
height: 800px; | height: 800px; | ||
+ | } | ||
+ | |||
+ | video{ | ||
+ | position: fixed; | ||
+ | display: none; | ||
+ | top: 0%; | ||
+ | left: 0%; | ||
+ | min-width: 100%; | ||
+ | min-height: 100%; | ||
+ | width: inherit; | ||
+ | height: inherit; | ||
+ | z-index: 100; | ||
+ | overflow: hidden; | ||
} | } | ||
</style> | </style> |
Revision as of 07:45, 21 August 2017