Reply To: Using Nextgen Gallery successfully? (Safari Issue)

#20362
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;
}