@Richard Just wanted to say that I just realized the Vimeo option was added to the carousel and I just wanted to say THANK YOU!
ahah. Hope you have a nice day!
@Richard Just wanted to say that I just realized the Vimeo option was added to the carousel and I just wanted to say THANK YOU!
ahah. Hope you have a nice day!
@CharlotteG Hi, sorry I just saw this here is the code I put in the custom html
/* Carousel full page */
.slide-inner {
max-width: 85%;
margin: auto;
}
/* Carousel vimeo Video full size */
.lay-carousel .slide-text {
padding-left: 0;
padding-right: 0; }
.slide-text iframe {
width: 100%;
height: 100%;
}
.slide-text p {
height: 100%;
}
.slide-text {
height: 100%;
}
and then an example of what you put in the carousel image html box:
<p><iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://player.vimeo.com/video/395113197" frameborder="0" allowfullscreen=""></iframe></p>
Hope this helps!