samtiria / nextgen-gallery

Automatically exported from code.google.com/p/nextgen-gallery
0 stars 0 forks source link

Upscaling image #391

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Picture is randomly upscaled, http://margadegraaf.nl/galerij?pid=50 shows an 
image that is 329px×972px and upscaled to 630px×1.861px in singleimage-view. 
I've looked through the code but couldn't find anything.

Please fix.

Original issue reported on code.google.com by a.zeger...@gmail.com on 17 Jul 2011 at 3:28

GoogleCodeExporter commented 8 years ago
Remeove width: 100%; from the nextgen css

Original comment by alex.cologne on 29 Jul 2011 at 8:21

GoogleCodeExporter commented 8 years ago
Worked. 
Adding:
"margin-left: auto;
margin-right: auto;"
centers it.

Original comment by a.zeger...@gmail.com on 29 Jul 2011 at 9:18