How to get a full res image from an amazon zoom window

前端 未结 9 571
甜味超标
甜味超标 2021-02-01 22:58

I started this just to use as an internal reference for a project, and now I\'m kind of obsessed with it - Amazon uses a zoom plugin to slice up a large image into pieces, and e

9条回答
  •  天涯浪人
    2021-02-01 23:18

    • open firebug
    • hover on image and when zoom apears, go to firebug window without hover any other object
    • find the class="zoomWindow" on the bottom of html source

    e.g.

    div id="zoomWindow"
    
    • copy the link of img src

    e.g.

    img id="detailImg" src="http://ecx.images-amazon.com/images/I/81nDa%2Bg17vL._SL1500_.jpg" /
    
    copy http://ecx.images-amazon.com/images/I/81nDa%2Bg17vL._SL1500_.jpg
    
    • paste in new tab

    thats it

提交回复
热议问题