OTTO scraping Help

Hello Guys I'm trying 3 days, but I can't scraper all the product photos, I tried everything, if anyone can help I appreciate it
Thanks

Sitemap:
{"_id":"otto","startUrl":["https://www.otto.de/technik/navigation/"],"selectors":[{"id":"link","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.productLink","multiple":true,"delay":0},{"id":"titulo","type":"SelectorText","parentSelectors":["link"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["link"],"selector":"span[itemprop='price']","multiple":false,"regex":"","delay":0},{"id":"sku","type":"SelectorText","parentSelectors":["link"],"selector":"span[itemprop='productID']","multiple":false,"regex":"","delay":0},{"id":"desc","type":"SelectorText","parentSelectors":["link"],"selector":"ul.prd_unorderedList","multiple":false,"regex":"","delay":0},{"id":"info","type":"SelectorHTML","parentSelectors":["link"],"selector":".prd_details div.prd_moreBox__content","multiple":false,"regex":"","delay":0},{"id":"foto","type":"SelectorImage","parentSelectors":["link"],"selector":"img.js_prd_inPlaceZoomSrc","multiple":false,"delay":0}]}