bricklayer icon indicating copy to clipboard operation
bricklayer copied to clipboard

Problem in fitting items when the connection speed is insufficient!

Open OnrCan opened this issue 8 years ago • 3 comments

Hi,

I use bricklayer in my final term project, but there is a distracting problem when the Internet speed is slow. Here're the photos. I hope you will get the problem from screenshots... :innocent:

brick-1 brick-3

OnrCan avatar May 23 '17 20:05 OnrCan

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 :)

f avatar May 23 '17 20:05 f

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.

Dzoge avatar Aug 19 '17 03:08 Dzoge

Hi, you can use window load handler instead of document ready.

fladipa avatar Mar 09 '20 14:03 fladipa