Article Preview v3
Blog post excerpt, containing a link to the article page and a preview image animated on hover.
Projects /
Blog post excerpt, containing a link to the article page and a preview image animated on hover.
The Article Preview v3 component is used to display an article excerpt (metadata + title + introduction) and a preview image animated on hover. It links to the main article page.
The animated preview image can be customized by adding the following data- attributes to the .js-story-v3
element:
<a class="story-v3 padding-y-md js-story-v3" href="#0" data-story-img-src="assets/img/article-preview-v3-img-1.jpg" data-story-img-align="right" data-story-img-offset-x="60px" data-story-img-width="30%" data-story-img-class="display@lg">
<!-- ... -->
</a>