You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The best way to detect the width via JS is to add an element with the person class onto the page, detect it's width, then remove. The great thing about this is it doesn't matter whether you change the width in the original CSS file or override it with your own rule; it will always properly detect what the width is going to be when it's displayed.
The person divs are hard-coded to be 180px wide. There should be an easy way to change that.
The text was updated successfully, but these errors were encountered: