Wedding Videographers in Independence
Arina Thomsen Photography
Address: 1906 Eisenhower Ct, Independence, KS 67301, United States
Phone: (620) 714-1716
Website: http://www.arinathomsenphotography.com/
Summary: This appears to be a snippet of JavaScript code that listens for the window load event and then scrolls the page to a specific point when loaded. The code targets an image with an ID of 'post-2' and uses the getBoundingClientRect function to get its top value.
Highlights
- Scrolled to a specific point on page load
- Timeout used to ensure code runs after page load
- Uses getBoundingClientRect function to get image position