Closed (fixed)
Project:
Album Photos
Version:
6.x-1.2-rc3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2008 at 17:15 UTC
Updated:
26 Jul 2013 at 00:15 UTC
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
Comment #1
wazimm commentedI also wondering how I can have more control on the latest image display block. I would like to set some spacing between my thumbnails.
Comment #2
eastcn commentedYou can set the number of display, go to here: admin/build/block/configure/photos/0
Comment #3
Babalu commentedand what can i do on the latest images page ? photos/image
Comment #4
raplom commentedHi wazimm,
I used CSS for this
.block-photos img {
padding: 3px;
}
Hope it helps you.
Comment #5
nathaniel commented