It would be good if module will allow to show amount of columns which fit on page (users have different screen resolution and 3columns may be enough for one user but 7 for another)

Comments

vinogradov.net’s picture

I do it by changing line 666 from:

$style_ul = "font-size:0; margin:0px; padding:0px; width:" . (($imagewidth + 2 * $padding) * $columns) ."px;";

to:

$style_ul = "font-size:0; margin:0px; padding:0px; width: 100%" ;