documentcloud / documentcloud-pages

Responsively embed DocumentCloud pages.
https://documentcloud.github.io/documentcloud-pages/examples/
MIT License
23 stars 10 forks source link

Both src and srcset images being downloaded #50

Closed reefdog closed 8 years ago

reefdog commented 8 years ago

Open the single test page and check the Network tab of the inspector. Expected behavior of <img src="…" srcset="…"> is that the browser only fetches the most appropriate one; instead, both images download.

reefdog commented 8 years ago

Two-part problem: