News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Edit Album Pictures

Started by squewheet, April 02, 2008, 09:45:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

squewheet

I installed coppermine 1.4 on my site. And I changed the theme to a diff theme I found on another site. But now what I am wondering is. That on the site where is shows that albums I've made the pictures are small and there is a white box around them. What do I have to do to make it so that the pictures are a little bigger and theres no white box around them.

If you need to see what i'm talking about here is the link SteveJonesPlumbing.com

Nibbler

Use a theme that doesn't have the white boxes. Size of thumbnails is a config setting.

Joachim Müller

Or edit your custom stylesheet. The section to modify istd.thumbnails {
padding: 9px;
background-color: #fefefe;
}