Image link not scraping - Please help

Hi. I am trying my hand at webscraping and was testing it no a whisky auction ( why not ). But the code only seems to pick up some of the data and not the image links. The image link shows up if I click "Data preview" , but does not show in results. I am pretty stuck. Can anyone assist please

{"_id":"test_scrape","startUrl":["https://www.scotchwhiskyauctions.com/auctions/151_the-110th-auction/?area=&sort=az&order=asc&perpage=50"],"selectors":[{"id":"selector","type":"SelectorElement","parentSelectors":["_root"],"selector":"a.prodbox","multiple":true,"delay":0},{"id":"whisky_name","type":"SelectorText","parentSelectors":["selector"],"selector":"span.prodtitle","multiple":false,"regex":"","delay":0},{"id":"lot","type":"SelectorText","parentSelectors":["selector"],"selector":"span.prodlot","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["selector"],"selector":"span.price","multiple":false,"regex":"","delay":0},{"id":"image","type":"SelectorImage","parentSelectors":["selector"],"selector":"img","multiple":false,"delay":0}]}

This site, and many other e-commerce websites use lazy-loading, so you will need a scroller. It works in preview because you had already scrolled down.