i have now 20 images uploaded. if i go on latest images, when comes the second line?
the images goes far to the right

sorry for my english :)

Comments

wazimm’s picture

Version: 6.x-2.0-beta5 » 6.x-1.2-rc3

I also wondering how I can have more control on the latest image display block. I would like to set some spacing between my thumbnails.

eastcn’s picture

You can set the number of display, go to here: admin/build/block/configure/photos/0

Babalu’s picture

and what can i do on the latest images page ? photos/image

raplom’s picture

Hi wazimm,

I used CSS for this

.block-photos img {
padding: 3px;
}

Hope it helps you.

nathaniel’s picture

Status: Active » Closed (fixed)