I'm a beginner in JS and need some help! I have a div with 270px height, and a 365px height image inside it. What I need is the image to loop up and down, so people can see it all...
This is my html:
<div class="destaquetodo">
<div class="destaqueconteudo">
<div class="destaquecapa">
<img src="/imagens/2013/se-beber-nao-case-3/grande"></div>
</div>
<div class="destaquebox"></div>
</div>