Testing video, made block to fix margin issue

This commit is contained in:
2018-06-08 07:56:06 +10:00
parent 1c4f9435b1
commit 87a1cf71d8
5 changed files with 8 additions and 3 deletions

View File

@ -54,14 +54,18 @@ const AboutPage = (props) => {
<SplitSection>
<Split className="u-text-center">
<Video
image={ require('./../../videos/about/programming/programming.png') }
mp4={ require('./../../videos/about/programming/programming.mp4') }
image={ require('./../../videos/bunny/big_buck_bunny.jpg') }
mp4={ require('./../../videos/bunny/big_buck_bunny.mp4') }
controls
/>
</Split>
<Split className="u-text-center">
Right Side
<Video
image={ require('./../../videos/bunny/big_buck_bunny.jpg') }
mp4={ require('./../../videos/bunny/big_buck_bunny.mp4') }
autoPlay
/>
</Split>
</SplitSection>
</PageBoundary>

View File

@ -28,6 +28,7 @@ $o-video__loader-z: 2;
&__video {
width: 100%;
display: block;
position: relative;//Needed by some browser to allow the Z-Index to apply
z-index: $o-video__video-z;

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Binary file not shown.