somewhat getting the second carousel but with some problems
This commit is contained in:
@@ -313,31 +313,9 @@ function LandingContent(props) {
|
|||||||
</span>
|
</span>
|
||||||
<span className="video-slider-container">
|
<span className="video-slider-container">
|
||||||
<Slider {...videoSliderSettings}>
|
<Slider {...videoSliderSettings}>
|
||||||
<span className="video-slide">
|
<span className="video-slide"></span>
|
||||||
<ReactPlayer
|
<span className="video-slide"></span>
|
||||||
controls={true}
|
<span className="video-slide"></span>
|
||||||
url="https://www.youtube.com/watch?v=gOPEpsGJyCs"
|
|
||||||
/>
|
|
||||||
</span>
|
|
||||||
<span className="video-slide">
|
|
||||||
<ReactPlayer
|
|
||||||
controls={true}
|
|
||||||
url="https://www.youtube.com/watch?v=gOPEpsGJyCs"
|
|
||||||
/>
|
|
||||||
</span>
|
|
||||||
<span className="video-slide">
|
|
||||||
<ReactPlayer
|
|
||||||
controls={true}
|
|
||||||
url="https://www.youtube.com/watch?v=gOPEpsGJyCs"
|
|
||||||
/>
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<span className="video-slide">
|
|
||||||
<ReactPlayer
|
|
||||||
controls={true}
|
|
||||||
url="https://www.youtube.com/watch?v=gOPEpsGJyCs"
|
|
||||||
/>
|
|
||||||
</span>
|
|
||||||
</Slider>
|
</Slider>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -326,7 +326,7 @@ button.slick-arrow::before {
|
|||||||
padding: 1.5rem 0;
|
padding: 1.5rem 0;
|
||||||
|
|
||||||
.join-card {
|
.join-card {
|
||||||
min-width: 391px;
|
width: 391px;
|
||||||
min-height: 246px;
|
min-height: 246px;
|
||||||
background-color: $red;
|
background-color: $red;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -370,6 +370,11 @@ button.slick-arrow::before {
|
|||||||
padding: 0 1.5em;
|
padding: 0 1.5em;
|
||||||
|
|
||||||
.video-slide {
|
.video-slide {
|
||||||
|
background-image: url('../../../images/rameelo/rameelo_cover_photo.png');
|
||||||
|
background-position: center;
|
||||||
|
width: 320px !important;
|
||||||
|
height: 220px !important;
|
||||||
|
|
||||||
div {
|
div {
|
||||||
width: 320px !important;
|
width: 320px !important;
|
||||||
height: 220px !important;
|
height: 220px !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user