Coppermine Integration test
Besides CoppermineSC, this is another plugin for Coppermine integration. Testing it a well.
The plugin itself can be found here.
Seems to offer more functionality, but strugling a little to display a full album, with spaces between the thumbnails. One by one, it all looks fine, even has filename underneath the picture, but a complete album shows up with the thumbnails directly attached to each other.
Testing the language
…..
Testing the language
Categories: Test
I was able to added spaces inbetween the images on the album view by adding the below syntax in the coppermine.css file:
/* album view */
.cpg-album-image {
float: left;
padding: 3px;
margin-right: 7px;
margin-bottom: 7px;
}