Thumbnails album NextGen Gallery
-
– WordPress 3.8
– NextGEN 2.0.40
– Theme Serene
– website : barbararyckewaert.comHello,
I’m trying to have an album with big inline thumbnails, without border and with a good quality preview, not like this : https://barbararyckewaert.com/photo
All the quality pictures settings are already on 100%.Thank’s for the help.
Here is my shortcode now :
This stylesheet is provided to allow users the ability of overriding the default styles for all display types
*/html > body .ngg-album {
border: 0 solid #CCCCCC;
display: inline-block !important;
margin-bottom: 0px;
padding: 15px;
}
.ngg-albumoverview {
clear: both;
display: inline-block!important;
margin-top: 0;
text-align: left;
width: 1000px;
}
.ngg-thumbnail {
float: center;
margin-right: 12px;
border:0px;
}.ngg-album-compactbox {
background:transparent url(albumset.gif) no-repeat scroll 0%;
height:300px;
width:300px;
}.ngg-album-compactbox .Thumb {
border:0px;
margin:0px !important;
padding:0px !important;
width:300px;
height:300px;
}
.ngg-thumbnail img {
background-color:#FFFFFF;
border:1px solid #99CC99;
margin:4px 0px 4px 5px;
padding:4px;
position:relative;
}
- The topic ‘Thumbnails album NextGen Gallery’ is closed to new replies.