Lazy image loading with semantic markup
问题 I have a very image-rich site. To conserve bandwidth for users, I would like to lazy-load images as they enter the view-port. There are assorted jQuery plugins and similar that accomplish this. This comes at the price of placing the actual image url, not in the src attribute but someplace else. This makes the markup less nice, and worse, less intelligible for search engine crawlers. Is there way to have both lazy image loading and semantic, search-engine-friendly markup? 回答1: You do not need