cavis / gridheist

A jQuery plugin to hijack an image gallery, making it great.
MIT License
1 stars 0 forks source link

Weird Alignment After Drawer Opens #1

Closed mcblum closed 11 years ago

mcblum commented 11 years ago

For some reason my screen does this when I open an image... screen shot 2013-07-31 at 4 08 39 pm

cavis commented 11 years ago

Having trouble reproducing this error on my mac. So far, I've only seen it in Chrome + Win7, and only on navigation to a new page. (Refreshing the page never produces the error). I'll keep digging.

cavis commented 11 years ago

Seems it was some sort of issue with the browser/jquery reporting the wrong gallery $.width() on the initial load. Reloads would work out okay. Solved it in v0.0.4 by wrapping the thumbnails in an inner container, which has an independent width from the base element. Try it now! (Make sure you clear your cache, or do a hard refresh).