Hey there! I am currently working on a design project. You can check it out here.
I'm trying to replicate a section from another site, which you can see here.
<div class="latest-winners-container">
<h3 class="header">Latest Winners</h3>
<div style="height: 205px; overflow: hidden;">
<ul class="latest-winners" data-items-per-page="4" data-delay="4" data-animation-speed="1000" data-template="latest_winners_lobby" style="position: relative;">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</div>
Does anyone have suggestions on how I can achieve the same functionality?