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

#20306
cattivo
Participant

I believe I’ve narrowed down the error to some CSS.
The problem is, without this CSS, the images wont conform to the size of the screen in mobile (like iphone) so only less than a quarter of the image shows on small screen.

with the CSS, it works right – but the problem we are discussing happens.

let me know your thoughts:

.ngg-gallery-thumbnail img {
width: 100%;
height: 100%;
}

.ngg-gallery-thumbnail img {
background-color:transparent!important;
border:none!important;
}