Show HN: CaptainObvio.us - a place to share ideas 15 years ago
@aaronontheweb
Are you tying the resize of the background directly to the window resize or scroll event? You might want to consider using setTimeout(customResizeFunc, 100) just to keep the scroll event from blocking