germanysbestkeptsecret / Wookmark-jQuery

A jQuery plugin to create a dynamic, multi-column layout.
MIT License
2.64k stars 762 forks source link

Font conflict #153

Closed Robirth closed 10 years ago

Sebobo commented 10 years ago

Hi,

what I think: Your font will load after the page has been rendered if it's not cached. Wookmark does not wait for the font and the fonts size changes when it's loaded, so the tile height is not computed correctly. You would have to add some javascript event which waits for the font to load and then initialize wookmark. OR you initialize Wookmark as usual but run the refreshLayout after the font has loaded again.

Regards