Flowing widget is good, but what about slidedown widget? I can try to do it but don't know how to theme widget.

Comments

dagmar’s picture

Hm, interesting. I never thought about that. This module doesn't provide any template system, because it basically applies styles to the form provided by the image module.

To implement an slideshow I think we should do three things:

First, allow to choose between the grid and the slideshow style in the UI.
Secondly, add a javascript to convert the image table into a slideshow.
And third, style this new display using css.

I'm not really sure if table rows can be used a elements of a slideshow.

I don't have time to work on this feature, but I can review your patch @Negor.

Negor’s picture

Issue summary: View changes
StatusFileSize
new905 bytes

I hope I make all right and this patch do what I want

dagmar’s picture

Status: Active » Needs review

Awesome, I'll check this soon.