How to extract image from a site in large size when you can only zoom on site

Describe the problem.
I've tried everything but i'm not able to extract the full size image so far what I could extract is lower quality image from the site. As we can see you can't directly download the full size image from the site by right click because it doesn't let you all you can do with the image is zoom.

Url: http://tkmaxx.com

Sitemap:
{"startUrl":["https://www.tkmaxx.com/uk/en/home/hobbies+leisure/luggage+travel-accessories/c/04100200?st=&sort=publishedDate-desc&facets=stockLevelStatus:inStock&page[1]"],"selectors":[{"delay":0,"id":"Product","multiple":true,"parentSelectors":["_root"],"selector":".lovelist_10132480 a.c-product-card","type":"SelectorLink"},{"delay":0,"id":"brand","multiple":true,"parentSelectors":["Product"],"regex":"","selector":".product-details > p","type":"SelectorText"},{"delay":0,"id":"name","multiple":true,"parentSelectors":["Product"],"regex":"","selector":".product-details h1","type":"SelectorText"},{"delay":0,"id":"description","multiple":true,"parentSelectors":["Product"],"regex":"","selector":"div.tabbody:nth-of-type(2)","type":"SelectorText"},{"delay":0,"id":"quantity","multiple":false,"parentSelectors":["Product"],"regex":"","selector":"li[data-index='1']","type":"SelectorText"},{"delay":0,"extractAttribute":"data-tablet-image","id":"img","multiple":true,"parentSelectors":["Product"],"selector":"#mz-316571059843 img.magic-zoom-image","type":"SelectorElementAttribute"}],"_id":"shahroztktrial"}

@shahroz Hello, it seems it is possible if you disable the JavaScript for this website. For example with an extension like this - Toggle JS.

For the large image extraction you can use an 'Element attribute' selector - a.MagicZoom with an 'Attribute name' - data-tablet-image.

Hope it helps!