Plugin Author
nK
(@nko)
Once I can repeat this bug, I can fix. Currently, it is working fine for me.
Created issue: https://github.com/nk-o/visual-portfolio/issues/55
Personally, I noticed this in Safari while using masonry + gallery. My assessment is that the images themselves aren’t being fully loaded before the masonry starts.
removed imagesloaded dependelcy
1.6.3
This may solve it. Also, it’s only on first load. Subsequent refreshes work fine.
Plugin Author
nK
(@nko)
I thought about it, but we changed images to base64 placeholders, so the browser immediately loads these images and Isotope should work without imagesloaded script. And for me it is working fine. If you could provide an online example, where I can see this bug, I definitely move back imagesloaded script to the plugin code.
Hi! I tried to replicate the issue, but now it does not happen for some reason… Maybe it depends on the portfolio settings, or maybe some other plugin was interfering. I will play with it later again and will let you know if figure out the exact problem.