adding in video for main image

This commit is contained in:
talksik
2019-04-16 18:38:35 -07:00
parent 6ea21a3988
commit 5b710bab21
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -108,17 +108,18 @@
<div id="popup">replace text dynamically</div> <div id="popup">replace text dynamically</div>
<div class="hero-media"> <div class="hero-media">
<!-- <video autoplay muted loop> <video autoplay muted loop>
<source <source
src="./dist/images/video.mp4" src="./dist/images/video.mp4"
type="video/mp4" type="video/mp4"
/> />
Your browser does not support the video tag. Your browser does not support the video tag.
</video> --> </video>
<img
<!-- <img
class="mySlides" class="mySlides"
src="./dist/images/dashboard.png" src="./dist/images/dashboard.png"
/> /> -->
<!-- <div class="slideshow-container"> <!-- <div class="slideshow-container">
<img <img
class="mySlides" class="mySlides"
+1 -1
View File
@@ -109,7 +109,7 @@
.testimonial-footer-icons { .testimonial-footer-icons {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: flex-end;
/* margin-top: 1em; */ /* margin-top: 1em; */
} }