I really like this theme and I am curretnly developing with it. I would like on of the images on the storyline to play a video. How do we make a image be a video instead of an image?
Thanks,
Thanks,
<section class="storefront-story storefront-story--flex-right" data-scroll="centerVertical once toggle(.animate-in, .animate-out--vertical)" data-scroll-showCallback="lazyImage">
<figure class="storefront-story__image">
<iframe width="978" height="541" src="https://www.youtube.com/embed/........" frameborder="0" allowfullscreen></iframe> </figure>
<div class="storefront-story__wrapper h-align-right">
<header class="storefront-story__title secondary-font">Vantage Point.</header>
<p class="storefront-story__content font--light">Materializing our imagination.</p>
</div>
</section>
<!-- end .storefront-story -->
Comment