Hi Michael,
after changing thumbnails from clipped to original aspect ratio for a new Album with
"$show_clipped_images= false;" I noticed thumbnails are not centered on overwiew and top10 page.
On overview page thumbnails are placed middle-left, on top10 thumbnails are placed top-left.
even if it's not a biug, it looks not good and it's different on overview and top10.
My fix in my_css may be "to much" but it work's
Code:
.thumbnails {
vertical-align: middle !important;
text-align:center !important;
margin-left: auto !important;
margin-right: auto !important;
}