facewall icon indicating copy to clipboard operation
facewall copied to clipboard

Strange calculations in getGrid

Open theold190 opened this issue 10 years ago • 0 comments

Experiencing the same issue as described in "Gravatar images full screen of the browser window #7". Found out that getGrid function is working a bit strange. Here are my notes:

  1. The recursive calls to getGrid are passing options structure instead of columnWidth.
  2. getGrid is always using $(window).width() to initialize options.width, so there is no much point in the recursive calls.

theold190 avatar Oct 07 '14 16:10 theold190