jquery masonry broken when changing line height -


i have few options people poor eyesight 1 of change line-height menu, however, when line-height changed, masonry blocks overlap each other. when re-size window small , again, looks fine. reloading page doesn't help. should add event make work? line-height applies elements, not masonry.

you should try reloading masonry after new line-height selected.

$(#your_masonry_container').masonry( 'reload' ); 

it used in demo - http://masonry.desandro.com/demos/adding-items.html


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -