miromannino / Justified-Gallery

Javascript library to help creating high quality justified galleries of images. Used by thousands of websites as well as the photography community 500px.
http://miromannino.github.io/Justified-Gallery/
MIT License
1.68k stars 299 forks source link

scrollbar problem #328

Closed Nic787 closed 4 years ago

Nic787 commented 4 years ago

Hi,

Justified Gallery doesn't seem to take my scrollbar into consideration. For example, I have a 15px margin on my images and since the container is 100% width, it should be 15px margin on the left and 15px on the right. I can see the margin on the left, but it looks like the margin on the right is hidden behind the scrollbar. How to fix that?

grid

Thank you

miromannino commented 4 years ago

The scrollbar is rendered on top of the page. To take in consideration that you need to make your html, body, or anyway your main container address that. JG will just be the width: 100% of whatever div it is inside.