ggreer / jekyll-gallery-generator

A Jekyll plugin that generates photo galleries from directories full of images.
Apache License 2.0
367 stars 68 forks source link

Images are not correctly aligned within wrapper #17

Closed n2o closed 9 years ago

n2o commented 9 years ago

The images were aligned to the center, but this moved them a bit to the right side and then half of them were outside the wrapper, which leads to the right half of the picture being not clickable.

Remove this line to align them to left and correctly inside the wrapper. Otherwise the right side may not be clickable (tested with Google Chrome 42)

pr

ggreer commented 9 years ago

Thanks!