Problem in fitting items when the connection speed is insufficient!
Opened this issue ยท 3 comments
OnrCan commented
f commented
Hmm, because Bricklayer doesn't know the height of the image which makes it harder to calculate where to put the brick. Will dig into it :)
Dzoge commented
What I did in this case is tapped on the load
event of the images and then call redraw() method to reposition the content.
Thought it's not recommended to use this method, based on the docs, it does the trick.
fladipa commented
Hi, you can use window load handler instead of document ready.