Enlarge images and then scrape

Hello,

I'm trying to scrape the enlarged images on the left (not thumbnail) but the links aren't being scraped!
Can someone help me?

Url: BEKO Waschmaschine WMO81465STR1, 8 kg, 1400 U/min, 4 Jahre Garantie inklusive online kaufen | OTTO

Sitemap:
{"_id":"hauptdomain","startUrl":["https://www.otto.de/haushalt/waschmaschinen/frontlader/"],"selectors":[{"id":"link","parentSelectors":["_root"],"type":"SelectorLink","selector":"a.find_tile__productLink","multiple":true},{"id":"title","parentSelectors":["link"],"type":"SelectorText","selector":"h1.pdp_variation-name","multiple":false,"regex":""},{"id":"saleprice","parentSelectors":["link"],"type":"SelectorText","selector":".js_pdp_price__price span","multiple":false,"regex":""},{"id":"verfügbar","parentSelectors":["link"],"type":"SelectorText","selector":".pdp_delivery__note-description span.pl_headline50","multiple":false,"regex":""},{"id":"regularprice","parentSelectors":["link"],"type":"SelectorText","selector":"span:nth-of-type(3) span.pdp_price__strike-through-price","multiple":false,"regex":""},{"id":"beschreibung","parentSelectors":["link"],"type":"SelectorHTML","selector":"div.pl_grid-col-12:nth-of-type(5)","multiple":false,"regex":""},{"id":"energy","parentSelectors":["link"],"type":"SelectorText","selector":"div.pdp_energy-efficiency__label","multiple":false,"regex":""},{"id":"sku","parentSelectors":["link"],"type":"SelectorText","selector":"span[itemprop='productID']","multiple":false,"regex":""},{"id":"categroy","parentSelectors":["link"],"type":"SelectorText","selector":"li:nth-of-type(6) a.nav_grimm-breadcrumb__link","multiple":false,"regex":""},{"id":"img1","parentSelectors":["link"],"type":"SelectorImage","selector":"div.pswp__item:nth-of-type(1) img","multiple":false},{"id":"img2","parentSelectors":["link"],"type":"SelectorImage","selector":"div.pswp__item:nth-of-type(2) img","multiple":false}]}

@kewin Hi, it appears that if you extract the thumbnail images and replace the link part starting from:
'?$001PICT36$&fmt=auto' to -> ?h=2500&w=25000 you should be able to get the desired resolution.