Home › Support Forums › Theme Support › Pinboard › Using Nextgen Gallery successfully? (Safari Issue) › Reply To: Using Nextgen Gallery successfully? (Safari Issue)
Daniel Tara
Keymaster
Try adding this code to the custom styles:
.ngg-gallery-thumbnail {
height: 0;
padding: 100%
overflow: hidden;
}
.ngg-gallery-thumbnail img {
height: auto;
}