# id - urls with id first display full page, then move to #id
- by guisasso
I've noticed this in the new version of chrome, and ie9 and 10.
Some urls in a photo gallery have a #id tag as they are supposed to display a full view of a picture. Basically, a div in a lower position on the page has that #id that i call via a.com/1.html#id.
This has never been an issue until lately, when i noticed a bit of a lag.
The issue: The website loads normally, then the view moves to the #id as supposed, but with some lag sometimes, perhaps because of the high resolution of the picture, which is somewhat noticeable.
Anyway to avoid this, or make it so the page would move to the correct #id even before fully loaded?