Image Slide Show

The code bellow seem to only load the 1st image. How do i make it to
load all the picture in the billboard model? Or is there any better way
to do so beside using the :defaults js?

<% for billboard in @billboards %>

<%= image_tag billboard.photo.url%>
<% end %>

I think you have to use jquery…
below link will help u…

Thanks
Brijesh S.

Brijesh S. wrote:

I think you have to use jquery…
below link will help u…
Digitalagentur Leipzig – Medienfreunde

Thanks
Brijesh S.

Thanks