I'm using the elastic grid plugin to display my gallery. I discoverd a bug in the plugin and I'm wondering how to fix it.
To recreate the bug:
1) click an image to reveal expanded details.
2) clicking on an image in a row below the current slide out causes the plugin to wrongly calulate the scroll. Clicking above the slide out seems to work fine.
Has anyone discoverd a solution to this bug? I've attached reference images
Thanks for your time. Cheers


After a lot of debugging I found the bug. It was a single line that was causing a miss calculation of the height. For anyone else facing this error comment out the first
hidePreview();line inside theshowPreview( $item )function in theelastic_grid.jsfile.