Testing video, made block to fix margin issue
This commit is contained in:
@ -54,14 +54,18 @@ const AboutPage = (props) => {
|
|||||||
<SplitSection>
|
<SplitSection>
|
||||||
<Split className="u-text-center">
|
<Split className="u-text-center">
|
||||||
<Video
|
<Video
|
||||||
image={ require('./../../videos/about/programming/programming.png') }
|
image={ require('./../../videos/bunny/big_buck_bunny.jpg') }
|
||||||
mp4={ require('./../../videos/about/programming/programming.mp4') }
|
mp4={ require('./../../videos/bunny/big_buck_bunny.mp4') }
|
||||||
controls
|
controls
|
||||||
/>
|
/>
|
||||||
</Split>
|
</Split>
|
||||||
|
|
||||||
<Split className="u-text-center">
|
<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>
|
</Split>
|
||||||
</SplitSection>
|
</SplitSection>
|
||||||
</PageBoundary>
|
</PageBoundary>
|
||||||
|
@ -28,6 +28,7 @@ $o-video__loader-z: 2;
|
|||||||
|
|
||||||
&__video {
|
&__video {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
display: block;
|
||||||
position: relative;//Needed by some browser to allow the Z-Index to apply
|
position: relative;//Needed by some browser to allow the Z-Index to apply
|
||||||
z-index: $o-video__video-z;
|
z-index: $o-video__video-z;
|
||||||
|
|
||||||
|
BIN
public/videos/bunny/big_buck_bunny.jpg
Normal file
BIN
public/videos/bunny/big_buck_bunny.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
BIN
public/videos/bunny/big_buck_bunny.mp4
Normal file
BIN
public/videos/bunny/big_buck_bunny.mp4
Normal file
Binary file not shown.
BIN
public/videos/bunny/big_buck_bunny.webm
Normal file
BIN
public/videos/bunny/big_buck_bunny.webm
Normal file
Binary file not shown.
Reference in New Issue
Block a user